summaryrefslogtreecommitdiff
path: root/msvc/config.h
diff options
context:
space:
mode:
authorMike Swanson2015-09-10 08:35:02 -0700
committerMike Swanson2015-09-10 08:38:46 -0700
commit2ddd290b8226e1d1f0c52e344e76150261a8c0c3 (patch)
tree42fd021413ff5483c0e4a770410438e4eeb74c09 /msvc/config.h
parent13ceb8b96838fa6c60d002557792282c36372ecc (diff)
downloadchocolate-doom-2ddd290b8226e1d1f0c52e344e76150261a8c0c3.tar.gz
chocolate-doom-2ddd290b8226e1d1f0c52e344e76150261a8c0c3.tar.bz2
chocolate-doom-2ddd290b8226e1d1f0c52e344e76150261a8c0c3.zip
Bump version number to 2.2.1 and add NEWS about it
This is not the complete news for changes since 2.2, just what will be included for the stable release.
Diffstat (limited to 'msvc/config.h')
-rw-r--r--msvc/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/config.h b/msvc/config.h
index 8a4296b0..e376ac10 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -11,19 +11,19 @@
#define PACKAGE_NAME "Chocolate Doom"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Chocolate Doom 2.2.0"
+#define PACKAGE_STRING "Chocolate Doom 2.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 "2.2.0"
+#define PACKAGE_VERSION "2.2.1"
/* Change this when you create your awesome forked version */
#define PROGRAM_PREFIX "chocolate-"
/* Version number of package */
-#define VERSION "2.2.0"
+#define VERSION "2.2.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */