mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-01 01:30:27 +00:00
Bump the version. Fix the download URL resource. Fix a typo in the readme file.
This commit is contained in:
parent
b87d3e8870
commit
a890cc8212
@ -35,12 +35,12 @@ resource rPString (AUTHOR_NAME_STR, $0000) {
|
|||||||
|
|
||||||
|
|
||||||
resource rPString (DOWNLOAD_URL_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) {
|
resource rPString (ARCHIVE_STR, $0000) {
|
||||||
"BuGS095.bxy"
|
"BuGS096.bxy"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ resource rVersion (1) {
|
|||||||
{
|
{
|
||||||
0, /* Major version number in BCD */
|
0, /* Major version number in BCD */
|
||||||
9, /* Minor 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 */
|
beta, /* Development phase */
|
||||||
0 /* Release number */
|
0 /* Release number */
|
||||||
},
|
},
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user