Skip to content

Commit

Permalink
bump version to 0.92.a
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Apr 22, 2014
1 parent 7db2ce5 commit df4d4c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.91.d
0.92.a
4 changes: 2 additions & 2 deletions include/otlib/constants.h
Expand Up @@ -15,11 +15,11 @@

// Global
#ifndef OT_VERSION
#define OT_VERSION "0.91.d"
#define OT_VERSION "0.92.a"
#endif

#ifndef OT_PRODUCTVERSION
#define OT_PRODUCTVERSION 0,91,4,0
#define OT_PRODUCTVERSION 0,92,1,0
#endif

#ifndef OT_API_NAME
Expand Down
2 changes: 1 addition & 1 deletion project/setup.nsi
Expand Up @@ -49,7 +49,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion "0.91.3.0"
VIProductVersion "0.92.1.0"
VIAddVersionKey ProductName "${NAME}"
VIAddVersionKey ProductVersion ${VERSION}
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down

0 comments on commit df4d4c2

Please sign in to comment.