Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Feb 12, 2016
1 parent 7d63ae4 commit b07fe81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3-dev
1.1.0
6 changes: 3 additions & 3 deletions public/module_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
#define EXTENSION_BUILD_LOCAL_REV "0"
#define EXTENSION_BUILD_CSET "0"
#define EXTENSION_BUILD_MAJOR "1"
#define EXTENSION_BUILD_MINOR "0"
#define EXTENSION_BUILD_RELEASE "3"
#define EXTENSION_BUILD_MINOR "1"
#define EXTENSION_BUILD_RELEASE "0"

#define EXTENSION_BUILD_UNIQUEID EXTENSION_BUILD_LOCAL_REV ":" EXTENSION_BUILD_CSET

#define EXTENSION_VERSION_STRING EXTENSION_BUILD_MAJOR "." EXTENSION_BUILD_MINOR "." EXTENSION_BUILD_RELEASE "-" EXTENSION_BUILD_TAG
#define EXTENSION_VERSION_FILE 1,0,3,0
#define EXTENSION_VERSION_FILE 1,1,0,0
#endif

#define EXTENSION_BUILD_TIMESTAMP __DATE__ " " __TIME__
Expand Down

0 comments on commit b07fe81

Please sign in to comment.