Skip to content

Commit

Permalink
Merge pull request #64 from BitHaru/master
Browse files Browse the repository at this point in the history
change version to 0.4.0
  • Loading branch information
BitHaru committed Jun 30, 2020
2 parents ac1817f + ec5db27 commit e724ec4
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 @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.4)
project (rai)

set (CPACK_PACKAGE_VERSION_MAJOR "0")
set (CPACK_PACKAGE_VERSION_MINOR "3")
set (CPACK_PACKAGE_VERSION_MINOR "4")
set (CPACK_PACKAGE_VERSION_PATCH "0")

set (TAG_VERSION_STRING "V${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
Expand Down

0 comments on commit e724ec4

Please sign in to comment.