diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-13 08:23:03 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-13 08:23:04 +0200 |
commit | 02fba87ef4f367ab258352beb8f8b426bee122e0 (patch) | |
tree | 0faf7343412641982dd35bad9d38f4dd2d45b846 /CMakeLists.txt | |
parent | 75641c9ac0c52f945622daf75c6f490fb8653d81 (diff) | |
download | ayatana-indicator-power-02fba87ef4f367ab258352beb8f8b426bee122e0.tar.gz ayatana-indicator-power-02fba87ef4f367ab258352beb8f8b426bee122e0.tar.bz2 ayatana-indicator-power-02fba87ef4f367ab258352beb8f8b426bee122e0.zip |
release 23.10.023.10.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 c5f0e2b..d278421 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 "23.6.1") +set(PROJECT_VERSION "23.10.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options |