From 9e27f440c712be72fd7eff5979f76969f27e1c65 Mon Sep 17 00:00:00 2001 From: Walter Van Herck <w.van.herck@fz-juelich.de> Date: Fri, 2 Mar 2018 14:13:12 +0100 Subject: [PATCH] Update to development version number 1.11.99 --- 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 dee54f48ac5..47a14e887c6 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.11.0 +PROJECT_NUMBER = 1.11.99 # 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 5c873adac5e..67700ffd110 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ set(BornAgain_VERSION_MAJOR 1) set(BornAgain_VERSION_MINOR 11) -set(BornAgain_VERSION_PATCH 0) +set(BornAgain_VERSION_PATCH 99) -- GitLab