From 3da7dcea035efe43cd9086fcddf11f5ed2d7a34e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 23 Jun 2013 14:52:21 +0200 Subject: [PATCH 1/2] - this is version 1.8.1. --- src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/version.h b/src/version.h index 8f3c8e8a0..a8975bd98 100644 --- a/src/version.h +++ b/src/version.h @@ -41,12 +41,12 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "1.9pre" +#define VERSIONSTR "1.8.1" // The version as seen in the Windows resource -#define RC_FILEVERSION 1,8,9999,0 -#define RC_PRODUCTVERSION 1,8,9999,0 -#define RC_PRODUCTVERSION2 "1.9pre" +#define RC_FILEVERSION 1,8,1,0 +#define RC_PRODUCTVERSION 1,8,1,0 +#define RC_PRODUCTVERSION2 "1.8.1" // Version identifier for network games. // Bump it every time you do a release unless you're certain you From d65af4b5bbee8cbe774d0e767a80c058887fa28f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 26 Jun 2013 20:22:52 +0200 Subject: [PATCH 2/2] - fixed updaterevision calls in VC project. - put back a clean version file into the maintenance branch. --- gzdoom.vcproj | 8 ++++---- src/version.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gzdoom.vcproj b/gzdoom.vcproj index 9a19b1636..e24992960 100644 --- a/gzdoom.vcproj +++ b/gzdoom.vcproj @@ -29,7 +29,7 @@