Skip to content

Commit

Permalink
Moving to THE FIRST MindForger release milestone.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed May 17, 2018
1 parent ee8c251 commit 1f24b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ namespace m8r {
// C++ character const/constexpr concatenation patterns via templates are crazy > using C-style define

// versionning scheme: https://semver.org/
#define MINDFORGER_VERSION_MAJOR "0"
#define MINDFORGER_VERSION_MINOR "12"
#define MINDFORGER_VERSION_MAJOR "1"
#define MINDFORGER_VERSION_MINOR "42"
#define MINDFORGER_VERSION_REVISION "0"

#define MINDFORGER_VERSION MINDFORGER_VERSION_MAJOR "." MINDFORGER_VERSION_MINOR "." MINDFORGER_VERSION_REVISION
Expand Down

0 comments on commit 1f24b5d

Please sign in to comment.