Skip to content

Commit f551454

Browse files
committed
Bump version for 2.7b1
1 parent 6a878e4 commit f551454

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

osx/Info.plist

+1-1
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.6.500</string>
20+
<string>2.6.900</string>
2121
<key>CFBundleVersion</key>
2222
<string>0.1</string>
2323
<key>LSApplicationCategoryType</key>

osx/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
#define PACKAGE_NAME "fish"
201201

202202
/* Define to the full name and version of this package. */
203-
#define PACKAGE_STRING "fish 2.6.0-git"
203+
#define PACKAGE_STRING "fish 2.7b1"
204204

205205
/* Define to the one symbol short name of this package. */
206206
#define PACKAGE_TARNAME "fish"
@@ -209,7 +209,7 @@
209209
#define PACKAGE_URL ""
210210

211211
/* Define to the version of this package. */
212-
#define PACKAGE_VERSION "2.6.0-git"
212+
#define PACKAGE_VERSION "2.7b1"
213213

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

0 commit comments

Comments
 (0)