From e2fa16c99e7ecf4f6d95ce1584edc8f1cc1fa4ce Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 29 Oct 2016 21:51:43 -0400 Subject: [PATCH] Actually - changed our minds - this is going to be 1.0. :) --- src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/version.h b/src/version.h index 3ff0d7fa9..8d88b6ed1 100644 --- a/src/version.h +++ b/src/version.h @@ -41,12 +41,12 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "0.1.1" +#define VERSIONSTR "1.0" // The version as seen in the Windows resource -#define RC_FILEVERSION 0,1,1,0 -#define RC_PRODUCTVERSION 0,1,1,0 -#define RC_PRODUCTVERSION2 "0.1.1" +#define RC_FILEVERSION 1,0,0,0 +#define RC_PRODUCTVERSION 1,0,0,0 +#define RC_PRODUCTVERSION2 "1.0" // Version identifier for network games. // Bump it every time you do a release unless you're certain you