diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-22 11:30:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-22 11:30:21 +0200 |
commit | f968079b09e2310fefc3fc307359025f1c74b3eb (patch) | |
tree | d4b27ec784a2be16322b8b18f7eea9f00120f932 /CMakeLists.txt | |
parent | 4134bf3d9b33ee4fe257702bec67d46a5d14d7cf (diff) | |
download | ayatana-ido-f968079b09e2310fefc3fc307359025f1c74b3eb.tar.gz ayatana-ido-f968079b09e2310fefc3fc307359025f1c74b3eb.tar.bz2 ayatana-ido-f968079b09e2310fefc3fc307359025f1c74b3eb.zip |
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 e1546f5..0e13fcd 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.3") +set(PROJECT_VERSION "0.10.4") # Make everything |