Skip to content

Commit

Permalink
bump version to 0.9.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Feb 10, 2014
1 parent c9ff3a3 commit c38a1c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mac/app-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.9.1</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSMinimumSystemVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions src/nw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

#define NW_MAJOR_VERSION 0
#define NW_MINOR_VERSION 9
#define NW_PATCH_VERSION 0
#define NW_VERSION_IS_RELEASE 1
#define NW_PATCH_VERSION 1
#define NW_VERSION_IS_RELEASE 0

#ifndef NW_STRINGIFY
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
Expand All @@ -38,7 +38,7 @@
#else
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
NW_STRINGIFY(NW_MINOR_VERSION) "." \
NW_STRINGIFY(NW_PATCH_VERSION) "-rc2"
NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
#endif

#define NW_VERSION "v" NW_VERSION_STRING
Expand Down

0 comments on commit c38a1c1

Please sign in to comment.