summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-09-15 17:00:04 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2015-09-15 17:00:32 +0200
commit43112565d07df99f10a0ef2d472716cd4f09c9d4 (patch)
tree5f9922be33783ca2c78d3e1b3440d12709bb2818 /CMakeLists.txt
parentaf53512554303ca6e3ca71c2851361834cc67d4b (diff)
downloadfork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.tar.gz
fork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.tar.bz2
fork-ledger-43112565d07df99f10a0ef2d472716cd4f09c9d4.zip
Bump version number to 3.1.1
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 96d4d663..7a3dc3fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@ PROJECT(ledger)
set(Ledger_VERSION_MAJOR 3)
set(Ledger_VERSION_MINOR 1)
set(Ledger_VERSION_PATCH 1)
-set(Ledger_VERSION_PRERELEASE "-alpha.1")
-set(Ledger_VERSION_DATE 20141005)
+set(Ledger_VERSION_PRERELEASE "")
+set(Ledger_VERSION_DATE 20150915)
set(Ledger_TEST_TIMEZONE "America/Chicago")