Skip to content

Commit

Permalink
v0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Jun 25, 2024
1 parent be16e0d commit 32768cd
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 (dbt7 NONE)

set (PROJECT_VERSION_MAJOR 0)
set (PROJECT_VERSION_MINOR 6)
set (PROJECT_VERSION_PATCH 2)
set (PROJECT_VERSION_PATCH 3)

set (PROJECT_VERSION
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
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.6. (2024-06-25)

- pgsql: ANALYZE but do not VACUUM for the load test
- Adopt Artistic License 2.0
Expand Down

0 comments on commit 32768cd

Please sign in to comment.