From 16f2fd696d707270fe774e5291a57ca4d2a01e11 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Fri, 27 Jul 2012 09:23:14 +0200 Subject: [PATCH] update news an version for head --- edo/NEWS | 4 +++- eo/NEWS | 6 ++++-- eo/eo-conf.cmake | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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