From fdd327c002769c5e7568e639b1a7cd92f4ade3fc Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Wed, 30 May 2018 12:25:21 +0200 Subject: [PATCH] Project version number changed to hotfix 1.12.1 --- Doc/Doxygen/Doxyfile | 2 +- VERSION.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile index 5ea2ca3e804..34b0f0af9c4 100644 --- a/Doc/Doxygen/Doxyfile +++ b/Doc/Doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "BornAgain" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.12.99 +PROJECT_NUMBER = 1.12.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/VERSION.cmake b/VERSION.cmake index 8084407b7a9..9c6b463478c 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ set(BornAgain_VERSION_MAJOR 1) set(BornAgain_VERSION_MINOR 12) -set(BornAgain_VERSION_PATCH 99) +set(BornAgain_VERSION_PATCH 1) -- GitLab