diff --git a/BuGS/main.rez b/BuGS/main.rez index 4c2cc40..3be5f92 100644 --- a/BuGS/main.rez +++ b/BuGS/main.rez @@ -35,12 +35,12 @@ resource rPString (AUTHOR_NAME_STR, $0000) { resource rPString (DOWNLOAD_URL_STR, $0000) { - "http://downloads.rand-emonium.com/files" + "http://downloads.rand-emonium.com/files/" }; resource rPString (ARCHIVE_STR, $0000) { - "BuGS095.bxy" + "BuGS096.bxy" }; @@ -63,7 +63,7 @@ resource rVersion (1) { { 0, /* Major version number in BCD */ 9, /* Minor version number in BCD */ - 5, /* Bug version number in BCD */ + 6, /* Bug version number in BCD */ beta, /* Development phase */ 0 /* Release number */ }, diff --git a/BuGS/make/BuGS.2mg b/BuGS/make/BuGS.2mg index 5600bce..3f40a1c 100644 Binary files a/BuGS/make/BuGS.2mg and b/BuGS/make/BuGS.2mg differ