diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d99b7f7..70cc596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ add_test(NAME test_config COMMAND test_config) include(InstallRequiredSystemLibraries) set(CPACK_PACKAGE_NAME "github_mirror") -set(CPACK_PACKAGE_VERSION "0.1.0") +set(CPACK_PACKAGE_VERSION "0.1.1") set(CPACK_PACKAGE_CONTACT "ansg191@anshulg.com") set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Anshul Gupta") set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.28), libcurl4 (>= 7.64)") |