From 5c107db1b5fb69245075ee324544a853637d355c Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 3 Mar 2023 18:49:39 +0800 Subject: Release 3.3.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 96840934..3dc50617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 3) -set(Ledger_VERSION_PATCH 0) +set(Ledger_VERSION_PATCH 1) set(Ledger_VERSION_PRERELEASE "") -set(Ledger_VERSION_DATE 20230208) +set(Ledger_VERSION_DATE 20230303) set(Ledger_TEST_TIMEZONE "America/Chicago") -- cgit v1.2.3