Skip to content

Commit 2c5c352

Browse files
committed
bump version to 0.10.0-pre
1 parent c754551 commit 2c5c352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/mac/app-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.9.2</string>
22+
<string>0.10.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string>NSApplication</string>
2525
<key>LSMinimumSystemVersion</key>

src/nw_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#define NW_VERSION_H
2323

2424
#define NW_MAJOR_VERSION 0
25-
#define NW_MINOR_VERSION 9
26-
#define NW_PATCH_VERSION 2
27-
#define NW_VERSION_IS_RELEASE 1
25+
#define NW_MINOR_VERSION 10
26+
#define NW_PATCH_VERSION 0
27+
#define NW_VERSION_IS_RELEASE 0
2828

2929
#ifndef NW_STRINGIFY
3030
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)