diff options
author | Simon Howard | 2013-12-09 05:28:59 +0000 |
---|---|---|
committer | Simon Howard | 2013-12-09 05:28:59 +0000 |
commit | e2f1ba09c6a801242d6641dd08784d721a749589 (patch) | |
tree | 65f923a303ae9766c9d106f53107161cc09c4c74 | |
parent | 78ac59a26c85ab5245810e9bf496af6515e8afe0 (diff) | |
download | chocolate-doom-e2f1ba09c6a801242d6641dd08784d721a749589.tar.gz chocolate-doom-e2f1ba09c6a801242d6641dd08784d721a749589.tar.bz2 chocolate-doom-e2f1ba09c6a801242d6641dd08784d721a749589.zip |
Bump version number to 2.0.0, make minor modifications to NEWS.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2762
-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" |