Skip to content

Commit

Permalink
v0.53.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Jun 29, 2023
1 parent 15d055c commit 0903c53
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 53)
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.53.3 (2023-06-29)

- Update touchstone tool commands to use "ts", enabling use of ts-tools
AppImage, requires at minimum touchstone-tools v0.6.x
Expand Down

0 comments on commit 0903c53

Please sign in to comment.