From 56c42e11fe58828af39d43a972033741a5f5e27e Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 18 May 2020 13:30:10 +0800 Subject: Release 3.2.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 73bdec05..e06c31d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 2) -set(Ledger_VERSION_PATCH 0) +set(Ledger_VERSION_PATCH 1) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20200501) +set(Ledger_VERSION_DATE 20200518) set(Ledger_TEST_TIMEZONE "America/Chicago") -- cgit v1.2.3