Skip to content

Commit

Permalink
Merge pull request #67 from xmoto/bump-version
Browse files Browse the repository at this point in the history
Might want to bump the version in cpack too
  • Loading branch information
InfinityMin3r committed May 3, 2020
2 parents cc7f50f + 69e87f3 commit d7500c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpack/cpack.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(CPACK_PACKAGE_NAME "xmoto")
set(CPACK_SOURCE_GENERATOR STGZ)
set(CPACK_PACKAGE_VERSION_MAJOR 0)
set(CPACK_PACKAGE_VERSION_MINOR 5)
set(CPACK_PACKAGE_VERSION_PATCH 12)
set(CPACK_PACKAGE_VERSION_MINOR 6)
set(CPACK_PACKAGE_VERSION_PATCH 0)
set(CPACK_PACKAGE_FILE_NAME "xmoto-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/COPYING")
set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md")
Expand Down

0 comments on commit d7500c4

Please sign in to comment.