diff --git a/Core/Samples/inc/BAVersion.h b/Core/Samples/inc/BAVersion.h index ae14af3345c17b0d7929f1b13039a6d9cd088f5c..6be878b97fee12d1caf3383907f2230fd483c341 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 = 0; - 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 8b4b4911c792741955435eecd5491092feb9e059..babba325e068f3aef0da7d6c15df135ad6dfe069 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.0.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