From 2800bb7752c272f33dd682b54d730f2ac7ae5836 Mon Sep 17 00:00:00 2001
From: Gennady Pospelov <g.pospelov@fz-juelich.de>
Date: Thu, 18 Feb 2016 17:21:14 +0100
Subject: [PATCH] Version number updated in code and doxygen

---
 Core/Samples/inc/BAVersion.h | 2 +-
 Doc/Doxygen/Doxyfile         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Core/Samples/inc/BAVersion.h b/Core/Samples/inc/BAVersion.h
index 0eca23da93c..c59b8e570c8 100644
--- a/Core/Samples/inc/BAVersion.h
+++ b/Core/Samples/inc/BAVersion.h
@@ -23,7 +23,7 @@
 namespace BornAgain {
     const int major_version_number = 1;
     const int minor_version_number = 5;
-    const int patch_version_number = 0;
+    const int patch_version_number = 1;
 
     inline int GetMajorVersionNumber() { return major_version_number; }
     inline int GetMinorVersionNumber() { return minor_version_number; }
diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile
index f0e54c19542..ed7f2166ff5 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.5.0
+PROJECT_NUMBER         = 1.5.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
-- 
GitLab