diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-20 15:40:14 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-20 15:40:14 +0100 |
commit | 8e990c91411ce1fe798eb16019e2543b40fc828b (patch) | |
tree | 8c1518482fdf527223fd841903c59b8aed4899df /CMakeLists.txt | |
parent | bc16de10e7757fc78e0d70fe3c46a9bab67e7873 (diff) | |
download | ayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.tar.gz ayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.tar.bz2 ayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.zip |
release 22.2.022.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 5762fb8..b8df4a8 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.2.0") +set(PROJECT_VERSION "22.2.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options |