Skip to content

Commit

Permalink
v0.60.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Feb 29, 2024
1 parent 47c03e2 commit dbc6f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 3.5.0)
project (dbt2 C)

set (PROJECT_VERSION_MAJOR 0)
set (PROJECT_VERSION_MINOR 53)
set (PROJECT_VERSION_PATCH 10)
set (PROJECT_VERSION_MINOR 60)
set (PROJECT_VERSION_PATCH 0)
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-DD)
v0.60.0 (2024-02-29)

- driver3 will now continually attempt to retry connecting to the database
for the duration of the test if the database connectivity code returns a
Expand Down

0 comments on commit dbc6f2d

Please sign in to comment.