aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-19 22:40:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-19 22:40:10 +0200
commitd0c90849ca8f1f50e92faedf3358c2ca1bd5aa73 (patch)
tree0214941a588c3ff94b5d74f2072ab314c582020f /CMakeLists.txt
parent3105ecd93c7f4d4e37fd7ba88a815e2add2aaa37 (diff)
downloadayatana-indicator-datetime-d0c90849ca8f1f50e92faedf3358c2ca1bd5aa73.tar.gz
ayatana-indicator-datetime-d0c90849ca8f1f50e92faedf3358c2ca1bd5aa73.tar.bz2
ayatana-indicator-datetime-d0c90849ca8f1f50e92faedf3358c2ca1bd5aa73.zip
release 0.8.30.8.3
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 6fd0239..9588e19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
include (GNUInstallDirs)
-set (PROJECT_VERSION "0.8.2")
+set (PROJECT_VERSION "0.8.3")
set (PACKAGE ${CMAKE_PROJECT_NAME})
option (enable_tests "Build the package's automatic tests." ON)
option (enable_lcov "Generate lcov code coverage reports." ON)