diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2023-03-03 18:49:39 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-03-03 18:49:39 +0800 |
commit | 5c107db1b5fb69245075ee324544a853637d355c (patch) | |
tree | 7f1edd42bedc694f7deaed24d49b2da863b3601a /CMakeLists.txt | |
parent | ce9a0bfe2d607d92a9977b1e0cccd32331304f5e (diff) | |
download | fork-ledger-5c107db1b5fb69245075ee324544a853637d355c.tar.gz fork-ledger-5c107db1b5fb69245075ee324544a853637d355c.tar.bz2 fork-ledger-5c107db1b5fb69245075ee324544a853637d355c.zip |
Release 3.3.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |