From 214413873ebe887390e31ca28e9b6e0873b69026 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Wed, 18 Dec 2013 16:40:20 +0100 Subject: [PATCH] New version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee5d52b0fb4..c8823436488 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(BornAgain) # --- The version number --- set(BornAgain_VERSION_MAJOR 0) set(BornAgain_VERSION_MINOR 9) -set(BornAgain_VERSION_PATCH 2) +set(BornAgain_VERSION_PATCH 3) # --- General project settings --- option(BORNAGAIN_PYTHON "Build with python support" ON) -- GitLab