Skip to content

Commit 49838c7

Browse files
committed
bump version for 2.3b2
1 parent 862e012 commit 49838c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

osx/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.990</string>
20+
<string>2.2.991</string>
2121
<key>CFBundleVersion</key>
2222
<string>0.1</string>
2323
<key>LSApplicationCategoryType</key>

osx/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
#define PACKAGE_NAME "fish"
223223

224224
/* Define to the full name and version of this package. */
225-
#define PACKAGE_STRING "fish 2.3b1"
225+
#define PACKAGE_STRING "fish 2.3b2"
226226

227227
/* Define to the one symbol short name of this package. */
228228
#define PACKAGE_TARNAME "fish"
@@ -231,7 +231,7 @@
231231
#define PACKAGE_URL ""
232232

233233
/* Define to the version of this package. */
234-
#define PACKAGE_VERSION "2.3b1"
234+
#define PACKAGE_VERSION "2.3b2"
235235

236236
/* The size of `wchar_t', as computed by sizeof. */
237237
#define SIZEOF_WCHAR_T 4

0 commit comments

Comments
 (0)