diff options
author | 2025-04-26 14:27:01 -0700 | |
---|---|---|
committer | 2025-04-26 14:27:01 -0700 | |
commit | 3f812de539a798f9154b76dff6caf0f9cfb9dab1 (patch) | |
tree | b85c0548ea7d3138856806ebaa0a5137228b511b | |
parent | 479f8450948820c72d734dedfab1070cc43b60f9 (diff) | |
download | github-mirror-3f812de539a798f9154b76dff6caf0f9cfb9dab1.tar.gz github-mirror-3f812de539a798f9154b76dff6caf0f9cfb9dab1.tar.zst github-mirror-3f812de539a798f9154b76dff6caf0f9cfb9dab1.zip |
Bump to 0.1.1v0.1.1
-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)") |