From e65147cf4f97e7e408bdb8b0b24afa050bed9b28 Mon Sep 17 00:00:00 2001 From: clinton Date: Tue, 11 Nov 2008 20:07:23 +0000 Subject: [PATCH] Bump version to 2.2.3 and update copyright notice --- configure.ac | 2 +- source/Bot.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8517797..de1de5f 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/source/Bot.H b/source/Bot.H index f38e253..31adf13 100644 --- a/source/Bot.H +++ b/source/Bot.H @@ -47,7 +47,7 @@ #endif #define VERSION_STRING PACKAGE" version "VERSION" by unknown_lamer@FreeNode \n1.97 and below by eb@IRCNet " -#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; -- 2.20.1