Skip to content

Commit

Permalink
Merge pull request #324 from OpenWaterAnalytics/hotfix-version
Browse files Browse the repository at this point in the history
Hotfix version
  • Loading branch information
michaeltryby authored Jan 12, 2021
2 parents b3bcc3b + 79eb257 commit a5a137d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci-tools
6 changes: 3 additions & 3 deletions src/solver/consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
//------------------

// Update VERSION and SEMVERSION Simultaneously
#define VERSION 52000 // Eventually will be deprecated.
#define VERSION 51013 // Eventually will be deprecated.
#define SEMVERSION_MAJOR "5" // Major Semantic Version
#define SEMVERSION_MINOR "2" // Minor Semantic Version
#define SEMVERSION_PATCH "0.dev7" // Patch Semantic Version
#define SEMVERSION_MINOR "1" // Minor Semantic Version
#define SEMVERSION_PATCH "13" // Patch Semantic Version
#define SEMVERSION_LEN 20 // Version String Len

#define MAGICNUMBER 516114522
Expand Down

0 comments on commit a5a137d

Please sign in to comment.