diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 21:30:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 21:30:18 +0100 |
commit | 9e8a410fb703456654f21df96088f6bae34748b7 (patch) | |
tree | e4abf09cec319009586077d1f2820c1bce0ae727 /CMakeLists.txt | |
parent | 9c8dd710596819de367bb697a664fadc2590e1c9 (diff) | |
download | ayatana-ido-9e8a410fb703456654f21df96088f6bae34748b7.tar.gz ayatana-ido-9e8a410fb703456654f21df96088f6bae34748b7.tar.bz2 ayatana-ido-9e8a410fb703456654f21df96088f6bae34748b7.zip |
release 0.9.10.9.1
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 81525a2..1b10f0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.9.0") +set(PROJECT_VERSION "0.9.1") # Make everything |