From acd1a13a4f70973d7616df3f6de43f8f79b8e392 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Dec 2008 20:25:05 +0000 Subject: Bump version to 1.2.1, update NEWS and ChangeLog. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1421 --- codeblocks/config.h | 6 +++--- codeblocks/game-res.rc | 10 +++++----- codeblocks/setup-res.rc | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'codeblocks') diff --git a/codeblocks/config.h b/codeblocks/config.h index a0560009..fe1bde8f 100644 --- a/codeblocks/config.h +++ b/codeblocks/config.h @@ -9,19 +9,19 @@ #define PACKAGE_NAME "Chocolate Doom" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Chocolate Doom 1.2.0" +#define PACKAGE_STRING "Chocolate Doom 1.2.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "chocolate-doom" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2.0" +#define PACKAGE_VERSION "1.2.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.2.0" +#define VERSION "1.2.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/codeblocks/game-res.rc b/codeblocks/game-res.rc index de0afd76..4a9e289b 100644 --- a/codeblocks/game-res.rc +++ b/codeblocks/game-res.rc @@ -1,21 +1,21 @@ 1 ICON "../data/doom.ico" 1 VERSIONINFO -PRODUCTVERSION 1,2,0,0 -FILEVERSION 1,2,0,0 +PRODUCTVERSION 1,2,1,0 +FILEVERSION 1,2,1,0 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "FileVersion", "1.2.0" - VALUE "FileDescription", "1.2.0" + VALUE "FileVersion", "1.2.1" + VALUE "FileDescription", "1.2.1" VALUE "InternalName", "Chocolate-Doom" VALUE "CompanyName", "Chocolate-Doom" VALUE "LegalCopyright", "GNU General Public License" VALUE "ProductName", "Chocolate-Doom" - VALUE "ProductVersion", "1.2.0" + VALUE "ProductVersion", "1.2.1" } } } diff --git a/codeblocks/setup-res.rc b/codeblocks/setup-res.rc index 50758e10..fe791088 100644 --- a/codeblocks/setup-res.rc +++ b/codeblocks/setup-res.rc @@ -3,21 +3,21 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "setup-manifest.xml" 1 VERSIONINFO -PRODUCTVERSION 1,2,0,0 -FILEVERSION 1,2,0,0 +PRODUCTVERSION 1,2,1,0 +FILEVERSION 1,2,1,0 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "FileVersion", "1.2.0" + VALUE "FileVersion", "1.2.1" VALUE "FileDescription", "Chocolate-Doom Setup" VALUE "InternalName", "chocolate-setup" VALUE "CompanyName", "fraggle@gmail.com" VALUE "LegalCopyright", "GNU General Public License" VALUE "ProductName", "Chocolate-Doom Setup" - VALUE "ProductVersion", "1.2.0" + VALUE "ProductVersion", "1.2.1" } } } -- cgit v1.2.3