diff --git a/CMakeLists.txt b/CMakeLists.txt index 19a2def..5fbf4fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (dbt2 C) set (PROJECT_VERSION_MAJOR 0) set (PROJECT_VERSION_MINOR 53) -set (PROJECT_VERSION_PATCH 1) +set (PROJECT_VERSION_PATCH 2) set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}) diff --git a/ChangeLog b/ChangeLog index 4bf06b0..9da7267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -vX.Y.Z (YYYY-MM-DD) +v0.53.2 (2023-06-19) - Quiet sqlite3 post-process script from displaying an error when there are no New Order transactions