Skip to content
Snippets Groups Projects
Commit 4ce35af6 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

New version number propagated to source code

parent 711e45aa
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment