updates for 1.0.1 release
This commit is contained in:
parent
ba9d9f42e5
commit
6a4d4f6cab
3 changed files with 5 additions and 2 deletions
3
eo/NEWS
3
eo/NEWS
|
|
@ -1,3 +1,6 @@
|
|||
* release 1.0.1 (23. Jan. 2006)
|
||||
- Templates/ improvements
|
||||
|
||||
* release 1.0 (29. Dec. 2006)
|
||||
- Implement CMA-ES.
|
||||
- Update introductory pages of documentation and webpage.
|
||||
|
|
|
|||
|
|
@ -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.1-cvs], [eodev-help@sourceforge.net], [eo])
|
||||
AC_INIT([Evolving Objects], [1.0.1], [eodev-help@sourceforge.net], [eo])
|
||||
AC_PREREQ(2.53)
|
||||
|
||||
dnl make sure we are compiling from the correct sources
|
||||
|
|
|
|||
|
|
@ -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.1-cvs
|
||||
PROJECT_NUMBER = 1.0.1
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
|
|||
Reference in a new issue