diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-11 16:51:54 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-11 16:51:54 +0100 |
commit | 68a193d6af7e50aa9983f7c94a51ab62ee23a519 (patch) | |
tree | 6458b400c7a5ff3f3e451f2b3e5e0757007814c8 /CMakeLists.txt | |
parent | c9427aa47554b22343035df6f0aedd67be92c8b6 (diff) | |
download | fork-ledger-68a193d6af7e50aa9983f7c94a51ab62ee23a519.tar.gz fork-ledger-68a193d6af7e50aa9983f7c94a51ab62ee23a519.tar.bz2 fork-ledger-68a193d6af7e50aa9983f7c94a51ab62ee23a519.zip |
[cmake] Update ledger version date
[ci skip]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f77468e..ad96b345 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 1) set(Ledger_VERSION_PATCH 1) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20150915) +set(Ledger_VERSION_DATE 20160111) set(Ledger_TEST_TIMEZONE "America/Chicago") |