From 514a18aaf16ae6f69faf46ea4cf26a7b5cf2faa2 Mon Sep 17 00:00:00 2001 From: kuepper Date: Fri, 29 Dec 2006 14:16:01 +0000 Subject: [PATCH] Update after release --- eo/NEWS | 4 ++-- eo/configure.in | 2 +- eo/doc/eo.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eo/NEWS b/eo/NEWS index c294ce8d..36a4ddf0 100644 --- a/eo/NEWS +++ b/eo/NEWS @@ -1,8 +1,8 @@ -* release 1.0 (not yet released) +* release 1.0 (29. Dec. 2006) - Implement CMA-ES. - Update introductory pages of documentation and webpage. - Add Microsoft Visual C++ project support files (for Visual Studio 2003 and 2005) - - Upgrade Teamplates/ script to create a complete standalon EO project (using autotools) + - Upgrade Teamplates/ script to create a complete standalone EO project (using autotools) - Remove support for pre-standard C++ compiler (i.e. gcc-2.x), which allows to clean up the code considerably. Assume availability of sstream and limits. diff --git a/eo/configure.in b/eo/configure.in index e9af19bc..4e028148 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl Change the version number here -AC_INIT([Evolving Objects], [1.0-cvs], [eodev-help@sourceforge.net], [eo]) +AC_INIT([Evolving Objects], [1.0.1-cvs], [eodev-help@sourceforge.net], [eo]) AC_PREREQ(2.53) dnl make sure we are compiling from the correct sources diff --git a/eo/doc/eo.cfg b/eo/doc/eo.cfg index f17b786e..0beb673d 100644 --- a/eo/doc/eo.cfg +++ b/eo/doc/eo.cfg @@ -23,7 +23,7 @@ PROJECT_NAME = EO # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0 +PROJECT_NUMBER = 1.0.1-cvs # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.