diff options
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") |