From 811b0325204f4881ae5f8cb935864ecf7cc9211f Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 27 Mar 2014 08:49:29 +0100 Subject: Bump ledger version components in cmake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cd56027..c60cdce2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 0) -set(Ledger_VERSION_PATCH 0) -set(Ledger_VERSION_DATE 20130529) +set(Ledger_VERSION_PATCH 1) +set(Ledger_VERSION_DATE 20140327) enable_testing() -- cgit v1.2.3