diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-17 16:49:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-17 16:49:33 +0100 |
commit | 9e26f76e72c7f32ea90bc5e7e8cd369b7ea663e1 (patch) | |
tree | 4888ec12f590ed82e714d2dd22141c5f86b8cbc2 /CMakeLists.txt | |
parent | ce103610a4643738f42e54bfd39bd940cb6e2c38 (diff) | |
download | ayatana-indicator-power-9e26f76e72c7f32ea90bc5e7e8cd369b7ea663e1.tar.gz ayatana-indicator-power-9e26f76e72c7f32ea90bc5e7e8cd369b7ea663e1.tar.bz2 ayatana-indicator-power-9e26f76e72c7f32ea90bc5e7e8cd369b7ea663e1.zip |
release 2.2.02.2.0
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 8f8a8e6..02383e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set(PROJECT_VERSION "2.1.2") +set(PROJECT_VERSION "2.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options |