diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-09 08:41:02 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-07-10 02:49:48 +0200 |
commit | c91b376f5066e5086cf0d44749af673e8d1d79fa (patch) | |
tree | 42001e7c5df18a5c9ce288229302498a4ebf62ca /CMakeLists.txt | |
parent | bfc2e3654b3eb4bd4d8fd336e489fe8840d7db9b (diff) | |
download | ayatana-indicator-datetime-c91b376f5066e5086cf0d44749af673e8d1d79fa.tar.gz ayatana-indicator-datetime-c91b376f5066e5086cf0d44749af673e8d1d79fa.tar.bz2 ayatana-indicator-datetime-c91b376f5066e5086cf0d44749af673e8d1d79fa.zip |
release 23.6.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 41e99c0..5190055 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) -set (PROJECT_VERSION "22.9.1") +set (PROJECT_VERSION "23.6.0") set (PACKAGE ${CMAKE_PROJECT_NAME}) # Options |