Skip to content

Commit

Permalink
v0.51.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Apr 27, 2023
1 parent fc050ce commit 06bff14
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 2.8.12)
project (dbt2 C)

set (PROJECT_VERSION_MAJOR 0)
set (PROJECT_VERSION_MINOR 50)
set (PROJECT_VERSION_PATCH 1)
set (PROJECT_VERSION_MINOR 51)
set (PROJECT_VERSION_PATCH 0)

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.51.0 (2023-04-25)

- Add "version" script to show kit version and version of software that may be
used by the kit
Expand Down

0 comments on commit 06bff14

Please sign in to comment.