diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-14 14:32:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-14 14:32:45 +0200 |
commit | fce84911236d5b9443b4e94bcb1ee23e1b6dd0d6 (patch) | |
tree | ffa006c17828b6e02106867dee8d407ebec67c74 /CMakeLists.txt | |
parent | a2c55594a30c9b38ef5af7863fd940b970ab01f7 (diff) | |
download | ayatana-indicator-session-fce84911236d5b9443b4e94bcb1ee23e1b6dd0d6.tar.gz ayatana-indicator-session-fce84911236d5b9443b4e94bcb1ee23e1b6dd0d6.tar.bz2 ayatana-indicator-session-fce84911236d5b9443b4e94bcb1ee23e1b6dd0d6.zip |
release 22.9.022.9.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 ea23755..b089de0 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 "22.2.1") +set (PROJECT_VERSION "22.9.0") set (PACKAGE ${CMAKE_PROJECT_NAME}) set (GETTEXT_PACKAGE "ayatana-indicator-session") |