File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install:
3535 - cmd : del MYVER.txt
3636 - echo %APPVEYOR_REPO_COMMIT:~0,7%
3737 - cmd : echo "Setting SocNetV current version"
38- - cmd : set SOCNETV_VERSION=2.5-beta
38+ - cmd : set SOCNETV_VERSION=2.5
3939 - cmd : echo %SOCNETV_VERSION%
4040
4141 - cmd : echo "Setting BUILDNAME"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dist: trusty
2020
2121env :
2222 global :
23- - SOCNETV_VERSION=2.5-beta # We use it to name packages on non-tagged commits
23+ - SOCNETV_VERSION=2.5 # We use it to name packages on non-tagged commits
2424
2525# explicitly define our build
2626# maybe add a linux/clang pair ?
Original file line number Diff line number Diff line change 55#define NUMERICVERSION GetFileVersion(RELEASEFOLDER+EXECUTABLE)
66#define VERSION " 2.5"
77#define URL " https://socnetv.org"
8- #define COPYRIGHT " 2004 -2018 " + URL
8+ #define COPYRIGHT " 2005 -2018 " + URL
99
1010[Setup]
1111AllowNoIcons = yes
You can’t perform that action at this time.
0 commit comments