Release 2.3.1 release-2.3.1
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 9 May 2020 20:05:18 +0000 (16:05 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 9 May 2020 20:05:18 +0000 (16:05 -0400)
Guile 3.0 support and a few small bug fixes is good enough reason to
call it a stable release.

NEWS
configure.ac
source/Bot.H

diff --git a/NEWS b/NEWS
index 0ec47b1..e834b6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ IMPORTANT NOTES:
 ====== The News =====================================================
 =====================================================================
 
 ====== The News =====================================================
 =====================================================================
 
+Version 2.3.1:
+ - Guile 3.0 support
+ - Minor doc and bug fixes
+
 Version 2.3.0:
 - Threadsafety enhancements
   + Hooks are now threadsafe and hook functions can safely add new
 Version 2.3.0:
 - Threadsafety enhancements
   + Hooks are now threadsafe and hook functions can safely add new
index 5d42ad0..0d3f4d0 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PRERQ(2.50)
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PRERQ(2.50)
-AC_INIT([Bobot++], [2.3.0], [clinton@unknownlamer.org], [bobotpp])
+AC_INIT([Bobot++], [2.3.1], [clinton@unknownlamer.org], [bobotpp])
 AC_LANG([C++])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 AC_LANG([C++])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
index 5aea207..b57f2a8 100644 (file)
@@ -32,7 +32,7 @@
 #include "String.H"
 
 #define VERSION_STRING PACKAGE " version " VERSION " by unknown_lamer@FreeNode <clinton@unknownlamer.org>\n1.97 and below by eb@IRCNet <eb@via.ecp.fr>"
 #include "String.H"
 
 #define VERSION_STRING PACKAGE " version " VERSION " by unknown_lamer@FreeNode <clinton@unknownlamer.org>\n1.97 and below by eb@IRCNet <eb@via.ecp.fr>"
-#define COPYRIGHT_STRING PACKAGE " version " VERSION ", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008,2009 Clinton Ebadi"
+#define COPYRIGHT_STRING PACKAGE " version " VERSION ", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008,2009,2020 Clinton Ebadi"
 
 class Channel;
 class ChannelList;
 
 class Channel;
 class ChannelList;