Bump the version up to 2.5.

This commit is contained in:
Jeremy Rand 2020-03-30 23:35:32 -04:00
parent d8ec0349c5
commit 1d5eb0a636
3 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ This is an implementation of Bejeweled written for the Apple //. It is my HackF
![A2Bejwld Screenshot](/a2bejwld.png "A2Bejwld Screenshot")
[Download a disk image](https://github.com/jeremysrand/a2bejwld/releases/download/2.4/a2bejwld.dsk)
[Download a disk image](https://github.com/jeremysrand/a2bejwld/releases/download/2.5/a2bejwld.dsk)
[Watch the YouTube video](https://youtu.be/yseAGBzREik)

View File

@ -26,7 +26,7 @@
// Defines
#define SAVE_OPTIONS_FILE "A2BEJWLD.OPTS"
#define VERSION "v2.5.a3"
#define VERSION "v2.5"
#define OPTIONS_VERSION_UNSAVED 0
#define OPTIONS_VERSION 2