diff --git a/CMakeLists.txt b/CMakeLists.txt index eba2800..0765220 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ install(FILES res/tuxedo-touchpad-switch.desktop DESTINATION /etc/xdg/autostart/ SET(CPACK_GENERATOR DEB) SET(CPACK_PACKAGE_CONTACT "Werner Sembach ") -SET(CPACK_PACKAGE_VERSION 0.0.1) +SET(CPACK_PACKAGE_VERSION 0.0.2) SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Hardware toggle for Tongfang/Uniwill i2c touchpads. This will toggle the touchpad-disabled-led.") SET(CPACK_DEBIAN_PACKAGE_SECTION admin) include(CPack)