From f0497ae12041f4db1d50ba5eae0b6792adb6caf1 Mon Sep 17 00:00:00 2001
From: Dmitry Yurov <d.yurov@fz-juelich.de>
Date: Tue, 30 Jul 2019 19:03:15 +0200
Subject: [PATCH] Update version

---
 Doc/Doxygen/Doxyfile | 2 +-
 VERSION.cmake        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile
index ae8b57cd8a5..2d00a79a9a0 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.15.99
+PROJECT_NUMBER         = 1.16.0
 
 # 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 fd5e4db2d9a..aa80bfa9618 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 set(BornAgain_VERSION_MAJOR 1)
-set(BornAgain_VERSION_MINOR 15)
-set(BornAgain_VERSION_PATCH 99)
+set(BornAgain_VERSION_MINOR 16)
+set(BornAgain_VERSION_PATCH 0)
-- 
GitLab