Bump version to 2.2.3 and update copyright notice
authorclinton <clinton@unknownlamer.org>
Tue, 11 Nov 2008 20:07:23 +0000 (20:07 +0000)
committerclinton <clinton@unknownlamer.org>
Tue, 11 Nov 2008 20:07:23 +0000 (20:07 +0000)
configure.ac
source/Bot.H

index 8517797..de1de5f 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.2], [clinton@unknownlamer.org], [bobotpp])
+AC_INIT([Bobot++], [2.2.3], [clinton@unknownlamer.org], [bobotpp])
 AC_LANG([C++])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
index f38e253..31adf13 100644 (file)
@@ -47,7 +47,7 @@
 #endif
 
 #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 Clinton Ebadi"
+#define COPYRIGHT_STRING PACKAGE" version "VERSION", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008 Clinton Ebadi"
 
 class Channel;
 class DCCConnection;