Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Apr 11, 2015
1 parent 2ad76a4 commit 1721d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-dev
1.0.1
4 changes: 2 additions & 2 deletions public/module_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#define EXTENSION_BUILD_CSET "0"
#define EXTENSION_BUILD_MAJOR "1"
#define EXTENSION_BUILD_MINOR "0"
#define EXTENSION_BUILD_RELEASE "0"
#define EXTENSION_BUILD_RELEASE "1"

#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,0,0
#define EXTENSION_VERSION_FILE 1,0,1,0
#endif

#define EXTENSION_BUILD_TIMESTAMP __DATE__ " " __TIME__
Expand Down

0 comments on commit 1721d92

Please sign in to comment.