From 720c03b139d251c53f9deef491f5953e2fdb97ca Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 5 Oct 2014 19:02:43 -0400 Subject: Bump version number to 3.1 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a5fc850..6592f106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 2.8.5) PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) -set(Ledger_VERSION_MINOR 0) -set(Ledger_VERSION_PATCH 3) -set(Ledger_VERSION_DATE 20140608) +set(Ledger_VERSION_MINOR 1) +set(Ledger_VERSION_PATCH 0) +set(Ledger_VERSION_DATE 20141005) enable_testing() -- cgit v1.2.3