aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 12:40:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 12:40:20 +0100
commit0240328b9fd3680a041d9213696ca19816a7a58f (patch)
treea10b0611b608481e238c94a89865dea05573eb0d /CMakeLists.txt
parentedbee76c957ccc3d0d854073cc8d3a45a401fceb (diff)
downloadayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.tar.gz
ayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.tar.bz2
ayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.zip
release 0.8.910.8.91release-builds
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cb7f5c..06b10a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0
# Set global variables
include(GNUInstallDirs)
-set(PROJECT_VERSION "0.8.90")
+set(PROJECT_VERSION "0.8.91")
set(PROJECT_NAME "ayatana-indicator-application")
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")