Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcb33 committed May 25, 2020
1 parent 785ac33 commit 254e8ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions univ/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@


// Version
#define VERSION_NUMBER 2,5,2,206
#define VERSION_FILEVERSION L"2.5.2.206"
#define VERSION_BUILDTIME L"2020/04/26"
#define VERSION_NUMBER 2,6,0,207
#define VERSION_FILEVERSION L"2.6.0.207"
#define VERSION_BUILDTIME L"2020/05/25"

#ifdef _DEBUG
#define VERSION_PRODUCTVERSION L"Ver.2.5 for Debug"
#define VERSION_PRODUCTVERSION L"Ver.2.6 for Debug"
#define VERSION_FILEDESCRIPTION L"Sloong Universal Debug Libaray"
#define VERSION_PRODUCTNAME L"Sloong Universal Debug Libaray"
#else
#define VERSION_PRODUCTVERSION L"Ver.2.5")
#define VERSION_PRODUCTVERSION L"Ver.2.6")
#define VERSION_FILEDESCRIPTION L"Sloong Universal Libaray"
#define VERSION_PRODUCTNAME L"Sloong Universal Libaray"
#endif // _DEBUG
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2.206
2.6.0.207
10 changes: 5 additions & 5 deletions version.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@


// Version
#define VERSION_NUMBER 2,5,2,GIT_VERSION
#define VERSION_FILEVERSION L"2.5.2.GIT_VERSION"
#define VERSION_BUILDTIME L"2020/04/26"
#define VERSION_NUMBER 2,6,0,GIT_VERSION
#define VERSION_FILEVERSION L"2.6.0.GIT_VERSION"
#define VERSION_BUILDTIME L"2020/05/25"

#ifdef _DEBUG
#define VERSION_PRODUCTVERSION L"Ver.2.5 for Debug"
#define VERSION_PRODUCTVERSION L"Ver.2.6 for Debug"
#define VERSION_FILEDESCRIPTION L"Sloong Universal Debug Libaray"
#define VERSION_PRODUCTNAME L"Sloong Universal Debug Libaray"
#else
#define VERSION_PRODUCTVERSION L"Ver.2.5")
#define VERSION_PRODUCTVERSION L"Ver.2.6")
#define VERSION_FILEDESCRIPTION L"Sloong Universal Libaray"
#define VERSION_PRODUCTNAME L"Sloong Universal Libaray"
#endif // _DEBUG
Expand Down

0 comments on commit 254e8ba

Please sign in to comment.