Bump version to 1.0.

This commit is contained in:
Stephen Heumann 2019-07-15 19:34:07 -05:00
parent 009c1413aa
commit 206d8868bf
2 changed files with 5 additions and 2 deletions

View File

@ -10,10 +10,11 @@
#define disksList 1007
#define mountDiskButton 1008
/* This should be kept in sync with version.h. */
resource rVersion (1) {
{
1,0,0, /* Version number */
beta, 1, /* Release version */
release, 0, /* Release version */
},
verUS, /* Region code */
"Archive.org Disk Browser", /* Title */

View File

@ -1 +1,3 @@
#define USER_AGENT_VERSION "1.0b1" /* reported in User-Agent string */
/* The version here should be kept in sync with the rVersion resource. */
#define USER_AGENT_VERSION "1.0" /* reported in User-Agent string */