diff --git a/diskbrowser.rez b/diskbrowser.rez index 550e760..5a3fc42 100644 --- a/diskbrowser.rez +++ b/diskbrowser.rez @@ -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 */ diff --git a/version.h b/version.h index ae8b58b..76c5f7a 100644 --- a/version.h +++ b/version.h @@ -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 */