summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2019-03-31 11:03:33 +0700
committerMartin Michlmayr <tbm@cyrius.com>2019-03-31 11:03:33 +0700
commitcd7297ed44671ea6c6a8eda93c94e5fbfa794243 (patch)
treebf686c96258ef307dec9e568ce5c300228aa2441 /CMakeLists.txt
parentfbf8b2458c6ae3ad2ed2bf0575b94800722d5a04 (diff)
Release 3.1.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b572aa8b..9a6ceae0 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 2)
+set(Ledger_VERSION_PATCH 3)
set(Ledger_VERSION_PRERELEASE "")
-set(Ledger_VERSION_DATE 20190205)
+set(Ledger_VERSION_DATE 20190331)
set(Ledger_TEST_TIMEZONE "America/Chicago")