diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-10 13:32:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-10 13:32:47 +0200 |
commit | 9906cc1d22f17c3629d32521473b172ae594ddcf (patch) | |
tree | 2f45c18336c622e8f3316f58909f3f7544de8f6a /CMakeLists.txt | |
parent | bd25ec74138ca20849bd1fe1ae12b584c7d583e4 (diff) | |
download | ayatana-ido-9906cc1d22f17c3629d32521473b172ae594ddcf.tar.gz ayatana-ido-9906cc1d22f17c3629d32521473b172ae594ddcf.tar.bz2 ayatana-ido-9906cc1d22f17c3629d32521473b172ae594ddcf.zip |
release 0.10.30.10.3release-builds
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 24fa0cb..e1546f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.10.2") +set(PROJECT_VERSION "0.10.3") # Make everything |