From 54b2d2612d1c367f845f1f25a8cac10c58e5ac50 Mon Sep 17 00:00:00 2001
From: Dmitry Yurov <d.yurov@fz-juelich.de>
Date: Wed, 31 Jul 2019 18:29:35 +0200
Subject: [PATCH] Switch to develop version

---
 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 2d00a79a9a0..97748291ca4 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.16.0
+PROJECT_NUMBER         = 1.16.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 aa80bfa9618..9bd7e6c6f26 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 set(BornAgain_VERSION_MAJOR 1)
 set(BornAgain_VERSION_MINOR 16)
-set(BornAgain_VERSION_PATCH 0)
+set(BornAgain_VERSION_PATCH 99)
-- 
GitLab