diff options
author | Craig Earls <enderw88@gmail.com> | 2015-01-21 22:03:11 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-01-21 22:03:11 -0700 |
commit | 28b0d6756785b5d36ae73c4614a9295d9697041a (patch) | |
tree | 20257fd9d99acc7a9d55a655e078a95a12f6e577 /src/global.h | |
parent | a65033b66cc084ca0c40538a9aa0e243cc32ab8c (diff) | |
parent | bec52e3221d74ce3bf1383b245beae5a6214e387 (diff) | |
download | fork-ledger-28b0d6756785b5d36ae73c4614a9295d9697041a.tar.gz fork-ledger-28b0d6756785b5d36ae73c4614a9295d9697041a.tar.bz2 fork-ledger-28b0d6756785b5d36ae73c4614a9295d9697041a.zip |
Merge commit 'bec52e3221d74ce3bf1383b245beae5a6214e387' into next
Conflicts:
lisp/ledger-reconcile.el
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index 292c9cb0..454fc64e 100644 --- a/src/global.h +++ b/src/global.h @@ -123,6 +123,8 @@ public: out << "Ledger " << Ledger_VERSION_MAJOR << '.' << Ledger_VERSION_MINOR << '.' << Ledger_VERSION_PATCH; + if (Ledger_VERSION_PRERELEASE != 0) + out << Ledger_VERSION_PRERELEASE; if (Ledger_VERSION_DATE != 0) out << '-' << Ledger_VERSION_DATE; out << _(", the command-line accounting tool"); |