From 206d8868bf304a9e478860149b0ce7f4e137dff3 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Mon, 15 Jul 2019 19:34:07 -0500 Subject: [PATCH] Bump version to 1.0. --- diskbrowser.rez | 3 ++- version.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 */