diff --git a/README.md b/README.md index ba1b433..af4e1a0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate b/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate index 2d3776e..cf38339 100644 Binary files a/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate and b/a2bejwld.xcodeproj/project.xcworkspace/xcuserdata/jrand.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/a2bejwld/ui.c b/a2bejwld/ui.c index 35ce470..ba5c829 100644 --- a/a2bejwld/ui.c +++ b/a2bejwld/ui.c @@ -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