Skip to content

Commit c42a7fc

Browse files
committed
Update version strings
1 parent d5c76a5 commit c42a7fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

garglk/garversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
* *
2121
*****************************************************************************/
2222

23-
#define VERSION "2017.0.0"
23+
#define VERSION "2018.unofficial"

garglk/launcher.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<string>6.0</string>
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
23-
<key>CFBundleVersion</key>
23+
<key>CFBundleShortVersionString</key>
2424
<string>INSERT_VERSION_HERE</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>© 2006-2017 GNU General Public License</string>
26+
<string>© 2006-2018 GNU General Public License</string>
2727
<key>LSMinimumSystemVersion</key>
28-
<string>10.4</string>
28+
<string>10.7</string>
2929
<key>NSMainNibFile</key>
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)