diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 6 deletions
@@ -1,8 +1,11 @@ -2.0.0 (????-??-??): +2.0.0 (2013-12-09): - This is version 2.0 of Chocolate Doom! This new version has some - major changes compared to the original 1.0 series: + This is version 2.0 of Chocolate Doom! This new major version is + released to celeberate the 20th anniversary of the first release + of Doom in 1993. Happy Birthday Doom! + + This new version has some major changes compared to the 1.0 series: * The codebase now includes Chocolate Heretic and Chocolate Hexen. These are based on the GPL source code released by @@ -31,8 +34,9 @@ Version 2.0 of Chocolate Doom has been in development for a long time, and there have been many bugs fixed over this time, too many to list here. Thanks to all the people who have tested it and - diligently reported bugs over this time. Your contributions have - been invaluable. + diligently reported bugs over this time, and to all the people who + have tested the beta releases over the past couple of months. + Your contributions have been essential and invaluable. 1.7.0 (2012-06-09): diff --git a/configure.ac b/configure.ac index a47e1b7b..18c6ccd9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Chocolate Doom, 2.0.0-beta3, fraggle@gmail.com, chocolate-doom) +AC_INIT(Chocolate Doom, 2.0.0, fraggle@gmail.com, chocolate-doom) PACKAGE_SHORTDESC="Conservative Doom source port" PACKAGE_COPYRIGHT="Copyright (C) 1993-2013" |