shithub: choc

Download patch

ref: e2f1ba09c6a801242d6641dd08784d721a749589
parent: 78ac59a26c85ab5245810e9bf496af6515e8afe0
author: Simon Howard <[email protected]>
date: Mon Dec 9 00:28:59 EST 2013

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

Subversion-branch: /branches/v2-branch
Subversion-revision: 2762

--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
 
-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
        Raven Software.
@@ -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):
 
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Chocolate Doom, 2.0.0-beta3, [email protected], chocolate-doom)
+AC_INIT(Chocolate Doom, 2.0.0, [email protected], chocolate-doom)
 
 PACKAGE_SHORTDESC="Conservative Doom source port"
 PACKAGE_COPYRIGHT="Copyright (C) 1993-2013"