From 1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 7 May 2014 20:49:45 +0000 Subject: Fix build for building with g++ 4.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3