update news an version for head

This commit is contained in:
Johann Dreo 2012-07-27 09:23:14 +02:00
commit 16f2fd696d
3 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,6 @@
* current release
* current release:
* release 1.3.0 (2011-07-24)
- alternative implementation of the multi-normal operators using the Eigen3 library
* release 0.0 (2011-09-15)

View file

@ -1,9 +1,11 @@
* release 1.3.1
* current release:
* release 1.3.1 (2012-07-27)
- the eo::mpi modules is no longer dependent from boost::mpi
- parallel multi-start example
- bugfix: an error is now thrown when accessing best_element of an empty population
* release 1.3.0
* release 1.3.0 (2012-07-24)
- features:
- delete the deprecated code parts (was marked as deprecated in the release 1.1)
- eoSignal: a class to handle signal with eoCheckpoint instances

View file

@ -2,7 +2,7 @@
# Current version
SET(PROJECT_VERSION_MAJOR 1)
SET(PROJECT_VERSION_MINOR 3)
SET(PROJECT_VERSION_PATCH 0)
SET(PROJECT_VERSION_PATCH 2)
SET(PROJECT_VERSION_MISC "-edge")
# ADD_DEFINITIONS(-DDEPRECATED_MESSAGES) # disable warning deprecated function messages