Skip to content

Commit

Permalink
Bump Hefty Heimdall beta patch to 1 (#704)
Browse files Browse the repository at this point in the history
* Bump patch to 1 for including vital p2p fixes

* Add beta tag to the release name for clarity
  • Loading branch information
Doy-lee authored Jul 2, 2019
1 parent 0ffd003 commit 115d9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#define DEF_LOKI_VERSION_MAJOR 4
#define DEF_LOKI_VERSION_MINOR 0
#define DEF_LOKI_VERSION_PATCH 0
#define DEF_LOKI_VERSION_PATCH 1

#define LOKI_STRINGIFY2(val) #val
#define LOKI_STRINGIFY(val) LOKI_STRINGIFY2(val)
#define DEF_LOKI_VERSION LOKI_STRINGIFY(DEF_LOKI_VERSION_MAJOR) "." LOKI_STRINGIFY(DEF_LOKI_VERSION_MINOR) "." LOKI_STRINGIFY(DEF_LOKI_VERSION_PATCH)

#define DEF_LOKI_VERSION_TAG "@VERSIONTAG@"
#define DEF_LOKI_RELEASE_NAME "Hefty Heimdall"
#define DEF_LOKI_RELEASE_NAME "Hefty Heimdall-beta"
#define DEF_LOKI_VERSION_FULL DEF_LOKI_VERSION "-" DEF_LOKI_VERSION_TAG

#include "version.h"
Expand Down

0 comments on commit 115d9a1

Please sign in to comment.