Skip to content

Commit

Permalink
bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 8, 2019
1 parent 8e02201 commit 49c7fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required (VERSION 3.5)
project(libudev_stub)

set(CPACK_PACKAGE_VERSION_MAJOR 0)
set(CPACK_PACKAGE_VERSION_MINOR 9)
set(CPACK_PACKAGE_VERSION_PATCH 1)
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 0)
set(CPACK_PACKAGE_VERSION_PATCH 0)
set(LIBUDEV_STUB_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(LIBUDEV_SOVERSION_MAJOR "1")
set(LIBUDEV_SOVERSION "1.6.4")
Expand Down

0 comments on commit 49c7fae

Please sign in to comment.