From 81e08cc03b2e2f600c336a59fde87ce41dd144b0 Mon Sep 17 00:00:00 2001 From: unknown_lamer Date: Wed, 29 Jun 2005 20:20:59 +0000 Subject: [PATCH] [project @ 2005-06-29 20:20:59 by unknown_lamer] Update version to 2.1.9CVS --- ChangeLog | 1 + NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index be6a68a..8bce87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-06-29 Clinton Ebadi * configure.ac: Release 2.1.8 + Change version to 2.1.9CVS * source/Parser.C: Include Commands.H (fixes --disable-scripting build) diff --git a/NEWS b/NEWS index cd76ce7..ef40a83 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ IMPORTANT NOTES: ====== The News ===================================================== ===================================================================== +Version 2.1.9: + Version 2.1.8: - Scripting + Hooks diff --git a/configure.ac b/configure.ac index 423ca02..bfcbe5c 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.1.8], [clinton@unknownlamer.org], [bobotpp]) +AC_INIT([Bobot++], [2.1.9CVS], [clinton@unknownlamer.org], [bobotpp]) AC_LANG([C++]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) -- 2.20.1