From d117370b4cd5d1dd5a98ced7c67abb2d14256abc Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Tue, 21 Apr 2015 16:10:16 +0200 Subject: [PATCH] BornAgain new version number is propagated into source tree --- Core/Samples/inc/BAVersion.h | 2 +- Doc/Doxygen/Doxyfile | 2 +- Examples/cpp/CylindersAndPrisms/modules/FindBornAgain.cmake | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/Samples/inc/BAVersion.h b/Core/Samples/inc/BAVersion.h index ae14af3345c..fc659a6a829 100644 --- a/Core/Samples/inc/BAVersion.h +++ b/Core/Samples/inc/BAVersion.h @@ -22,7 +22,7 @@ namespace BornAgain { const int major_version_number = 1; - const int minor_version_number = 0; + const int minor_version_number = 1; const int patch_version_number = 0; inline int GetMajorVersionNumber() { return major_version_number; } diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile index 8b4b4911c79..7bf38894ec3 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.0.0 +PROJECT_NUMBER = 1.1.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/Examples/cpp/CylindersAndPrisms/modules/FindBornAgain.cmake b/Examples/cpp/CylindersAndPrisms/modules/FindBornAgain.cmake index 4ee1116383c..adaa5d7c218 100644 --- a/Examples/cpp/CylindersAndPrisms/modules/FindBornAgain.cmake +++ b/Examples/cpp/CylindersAndPrisms/modules/FindBornAgain.cmake @@ -6,8 +6,8 @@ set(BORNAGAINSYS $ENV{BORNAGAINSYS}) if(BORNAGAINSYS) - set(BORNAGAIN_LIBRARY_DIR ${BORNAGAINSYS}/lib/BornAgain-1.0) - set(BORNAGAIN_INCLUDE_DIR ${BORNAGAINSYS}/include/BornAgain-1.0) + set(BORNAGAIN_LIBRARY_DIR ${BORNAGAINSYS}/lib/BornAgain-1.1) + set(BORNAGAIN_INCLUDE_DIR ${BORNAGAINSYS}/include/BornAgain-1.1) endif() find_library (BORNAGAIN_CORE BornAgainCore -- GitLab