summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-07 20:49:45 +0000
committerJohn Wiegley <johnw@newartisans.com>2014-05-07 20:49:45 +0000
commit1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9 (patch)
tree0e688725083f7be4610ec0a193cceadb05b1eb8d /CMakeLists.txt
parent73caafa2c540384f19669567ed95b598fcf42463 (diff)
downloadfork-ledger-1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9.tar.gz
fork-ledger-1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9.tar.bz2
fork-ledger-1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9.zip
Fix build for building with g++ 4.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6e52f95..8740e140 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT(ledger)
set(Ledger_VERSION_MAJOR 3)
set(Ledger_VERSION_MINOR 0)
set(Ledger_VERSION_PATCH 2)
-set(Ledger_VERSION_DATE 20140417)
+set(Ledger_VERSION_DATE 20140507)
enable_testing()