Final change before shipping v2.0.

This commit is contained in:
Jeremy Rand 2021-07-04 23:30:56 -04:00
parent 2a43113f4b
commit 913add72b0
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<key>Binary.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>2</integer>
</dict>
<key>BuGS.xcscheme_^#shared#^_</key>
<dict>
@ -22,7 +22,7 @@
<key>doNotBuild.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>3</integer>
</dict>
</dict>
</dict>

View File

@ -40,7 +40,7 @@ resource rPString (DOWNLOAD_URL_STR, $0000) {
resource rPString (ARCHIVE_STR, $0000) {
"BuGS100.shk"
"BuGS200.shk"
};
@ -61,10 +61,10 @@ resource rUpdateInfo (UPDATE_INFO, $0000) {
/* Version resource */
resource rVersion (1) {
{
1, /* Major version number in BCD */
9, /* Minor version number in BCD */
4, /* Bug version number in BCD */
beta, /* Development phase */
2, /* Major version number in BCD */
0, /* Minor version number in BCD */
0, /* Bug version number in BCD */
release, /* Development phase */
0 /* Release number */
},
verUS,

View File

@ -11,8 +11,8 @@ This game runs at 60 frames per second on a standard Apple //gs without an accel
[Video of game run on mame](https://www.rand-emonium.com/wp-content/uploads/2021/02/BuGS_video.mp4)
[Download a disk image](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS_100.2mg)
[Download a disk image](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS_200.2mg)
[Download a SHK archive](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS100.shk)
[Download a SHK archive](https://github.com/jeremysrand/BuGS/releases/download/1.0/BuGS200.shk)
[BuGS Readme from the SW distribution](/BuGS/Read.Me.md)