summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-04-26 14:42:05 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2025-04-26 14:42:05 -0700
commitcb694ef398b086942372a936dfcc1b8b99b27120 (patch)
treed20413755b0ff23ff51061795f52d2a9da65d037
parentf557b91ca79a50184873a2011ec876bfddf83814 (diff)
downloadgithub-mirror-cb694ef398b086942372a936dfcc1b8b99b27120.tar.gz
github-mirror-cb694ef398b086942372a936dfcc1b8b99b27120.tar.zst
github-mirror-cb694ef398b086942372a936dfcc1b8b99b27120.zip
Bump version to v0.1.2v0.1.2
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70cc596..78eff98 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.1")
+set(CPACK_PACKAGE_VERSION "0.1.2")
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)")