From 73d02b49bb5734441a759577fdfbcb505afeca1b Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 27 Jan 2021 17:39:35 +0100 Subject: [PATCH] Increase version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)