diff --git a/edo/NEWS b/edo/NEWS index caed81408..9c3ee2d28 100644 --- a/edo/NEWS +++ b/edo/NEWS @@ -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) diff --git a/eo/NEWS b/eo/NEWS index 136fcce1a..6657f36b8 100644 --- a/eo/NEWS +++ b/eo/NEWS @@ -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 diff --git a/eo/eo-conf.cmake b/eo/eo-conf.cmake index 1469aaada..7ccc9cee5 100644 --- a/eo/eo-conf.cmake +++ b/eo/eo-conf.cmake @@ -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