Skip to content

Commit 355cb88

Browse files
committed
Bump version for 3.0b1
1 parent e0d7f0b commit 355cb88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fish 3.0b1
1+
# fish 3.0b1 (released December 11, 2018)
22

33
fish 3 is a major release, which introduces some breaking changes alongside improved functionality. Although most existing scripts will continue to work, they should be reviewed against the list below.
44

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.7.500</string>
20+
<string>2.7.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
@@ -206,7 +206,7 @@
206206
#define PACKAGE_NAME "fish"
207207

208208
/* Define to the full name and version of this package. */
209-
#define PACKAGE_STRING "fish 2.7.1-git"
209+
#define PACKAGE_STRING "fish 3.0b1"
210210

211211
/* Define to the one symbol short name of this package. */
212212
#define PACKAGE_TARNAME "fish"
@@ -215,7 +215,7 @@
215215
#define PACKAGE_URL ""
216216

217217
/* Define to the version of this package. */
218-
#define PACKAGE_VERSION "2.7.1-git"
218+
#define PACKAGE_VERSION "3.0b1"
219219

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

0 commit comments

Comments
 (0)