Skip to content

Commit

Permalink
[version] bump to 0.6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed Aug 27, 2020
1 parent c676b78 commit 271f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(CMAKE_C_STANDARD 11)
set(xava_VERSION_MAJOR 0)
set(xava_VERSION_MINOR 6)
set(xava_VERSION_PATCH 3)
set(xava_VERSION_TWEAK 0)
set(xava_VERSION_TWEAK 1)

set(xava_VERSION "${xava_VERSION_MAJOR}.${xava_VERSION_MINOR}.${xava_VERSION_PATCH}.${xava_VERSION_TWEAK}")

Expand Down

0 comments on commit 271f4b7

Please sign in to comment.