foxygit / doom Log in
commit e2f1ba09c6a801242d6641dd08784d721a749589
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Dec 9 05:28:59 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Dec 9 05:28:59 2013 +0000

    Bump version number to 2.0.0, make minor modifications to NEWS.

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2762
---
 NEWS         | 14 +++++++++-----
 configure.ac |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 47f90c57..033f0cef 100644
--- a/NEWS
+++ b/NEWS
@@ -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"