From b51ae1fd62f57c867d9b06f1d2552e8958767191 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Mon, 21 Feb 2011 08:22:32 +0100 Subject: [PATCH] bump version to 1.2.0 --- modules/config/version.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/config/version.hh b/modules/config/version.hh index 683356005..c2c019aed 100644 --- a/modules/config/version.hh +++ b/modules/config/version.hh @@ -20,8 +20,8 @@ #define OST_VERSION_HH_ #define OST_VERSION_MAJOR 1 -#define OST_VERSION_MINOR 1 +#define OST_VERSION_MINOR 2 #define OST_VERSION_PATCH 0 -#define OST_VERSION_STRING "1.1.0" +#define OST_VERSION_STRING "1.2.0" #endif /* OST_VERSION_HH_ */ -- GitLab