Update version numbers
authorclinton <clinton@unknownlamer.org>
Thu, 13 Nov 2008 00:49:40 +0000 (00:49 +0000)
committerclinton <clinton@unknownlamer.org>
Thu, 13 Nov 2008 00:49:40 +0000 (00:49 +0000)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index fb87505..da4d5c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ IMPORTANT NOTES:
 ====== The News =====================================================
 =====================================================================
 
+Version 2.3.0:
+
 Version 2.2.3 (2008-11-12):
 - Building with Guile in a non-standard location now works
 - Building without Guile now works again
diff --git a/README b/README
index 4ed890f..1d5757b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-THIS IS BOBOT++ VERSION 2.2 (this file is also -*- text -*-)
+THIS IS BOBOT++ VERSION 2.3 (this file is also -*- text -*-)
 
 === REQUIREMENTS (Compile) === 
 
index 3fbe722..4558b04 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PRERQ(2.50)
-AC_INIT([Bobot++], [2.2.3], [clinton@unknownlamer.org], [bobotpp])
+AC_INIT([Bobot++], [2.3.0], [clinton@unknownlamer.org], [bobotpp])
 AC_LANG([C++])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)