From e11a6a52dfc7bd782855cb2ca32fb7b206373e9d Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Wed, 27 Oct 2010 19:57:53 +0200 Subject: [PATCH] bump version to 1.1.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 ee0bde054..683356005 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 0 +#define OST_VERSION_MINOR 1 #define OST_VERSION_PATCH 0 -#define OST_VERSION_STRING "1.0.0" +#define OST_VERSION_STRING "1.1.0" #endif /* OST_VERSION_HH_ */ -- GitLab