diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-11 13:50:54 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-20 10:12:25 +0100 |
commit | af7e7cdd8f35b9c1b2a428ff8c6686e5b36a213a (patch) | |
tree | 0e7e93a3f932eb4463b777c8a7dd0425dc29a3a9 /src/system.hh.in | |
parent | 80022bf04affc360058aab1422d3ad59577d896e (diff) | |
download | fork-ledger-af7e7cdd8f35b9c1b2a428ff8c6686e5b36a213a.tar.gz fork-ledger-af7e7cdd8f35b9c1b2a428ff8c6686e5b36a213a.tar.bz2 fork-ledger-af7e7cdd8f35b9c1b2a428ff8c6686e5b36a213a.zip |
Add pre-release info to --version output
Bump version to 3.1.1-alpha.1
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 21417e09..eaf4b1ac 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -54,6 +54,7 @@ #define Ledger_VERSION_MAJOR @Ledger_VERSION_MAJOR@ #define Ledger_VERSION_MINOR @Ledger_VERSION_MINOR@ #define Ledger_VERSION_PATCH @Ledger_VERSION_PATCH@ +#define Ledger_VERSION_PRERELEASE "@Ledger_VERSION_PRERELEASE@" #define Ledger_VERSION_DATE @Ledger_VERSION_DATE@ #define HAVE_EDIT @HAVE_EDIT@ |