diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-28 21:06:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-28 21:06:17 +0100 |
commit | 3b1854a159af9b1f1197cf6cb12a0a470044ac30 (patch) | |
tree | 037e1140c1236e837f1d5563330a1344f3191855 /CMakeLists.txt | |
parent | ba93f0088746346dda72500618f7cf1468cd7e58 (diff) | |
download | ayatana-indicator-power-3b1854a159af9b1f1197cf6cb12a0a470044ac30.tar.gz ayatana-indicator-power-3b1854a159af9b1f1197cf6cb12a0a470044ac30.tar.bz2 ayatana-indicator-power-3b1854a159af9b1f1197cf6cb12a0a470044ac30.zip |
release 2.0.922.0.92
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 ea55a6f..03d9995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.9) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set(PROJECT_VERSION "2.0.91") +set(PROJECT_VERSION "2.0.92") set(PACKAGE ${CMAKE_PROJECT_NAME}) option (enable_tests "Build the package's automatic tests." ON) |