diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-08-01 11:26:12 -0700 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2018-01-27 18:13:59 +0800 |
commit | 9de94d4adb7a566af38814f9d37e26c559b68b4f (patch) | |
tree | 5b666e5abad7d9f4984e1d3b12484fbab7bab36a | |
parent | b7b0280066ab36fd8edf5121826780beac391157 (diff) | |
download | fork-ledger-9de94d4adb7a566af38814f9d37e26c559b68b4f.tar.gz fork-ledger-9de94d4adb7a566af38814f9d37e26c559b68b4f.tar.bz2 fork-ledger-9de94d4adb7a566af38814f9d37e26c559b68b4f.zip |
Bump version number to 3.1.2
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f8dbd892..c49ddee6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 1) -set(Ledger_VERSION_PATCH 1) +set(Ledger_VERSION_PATCH 2) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20160111) +set(Ledger_VERSION_DATE 20160801) set(Ledger_TEST_TIMEZONE "America/Chicago") |