From 83609bcbca5bef65f9b1ac5b86a993d4568fda64 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 1 May 2020 16:37:18 +0800 Subject: Release 3.2.0 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 70c81158..aa5342ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 2.8.5) PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) -set(Ledger_VERSION_MINOR 1) -set(Ledger_VERSION_PATCH 3) +set(Ledger_VERSION_MINOR 2) +set(Ledger_VERSION_PATCH 0) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20190331) +set(Ledger_VERSION_DATE 20200501) set(Ledger_TEST_TIMEZONE "America/Chicago") -- cgit v1.2.3