Skip to content

Commit

Permalink
v0.61.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Apr 1, 2024
1 parent ab1b7c6 commit 4c75b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (dbt2 C)

set (PROJECT_VERSION_MAJOR 0)
set (PROJECT_VERSION_MINOR 61)
set (PROJECT_VERSION_PATCH 1)
set (PROJECT_VERSION_PATCH 2)
set (CMAKE_C_STANDARD 99)

set (PROJECT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vX.Y.Z (YYYY-MM-ZZ)
v0.61.2 (2024-04-01)

- Actually check it driver processes have exited, instead of sleeping the
expected length, before killing client processes
Expand Down

0 comments on commit 4c75b67

Please sign in to comment.