aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-27 16:49:35 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-27 17:10:55 +0100
commit8cd20d8a0a7b69776f0d49896994270a96c22ca0 (patch)
tree0882138e97d323dcbde348b0e3cedc59c7f6cab4
parent51a85740bb4963e40e9d2e11f1bd559e8b1d9b60 (diff)
downloadayatana-indicator-keyboard-8cd20d8a0a7b69776f0d49896994270a96c22ca0.tar.gz
ayatana-indicator-keyboard-8cd20d8a0a7b69776f0d49896994270a96c22ca0.tar.bz2
ayatana-indicator-keyboard-8cd20d8a0a7b69776f0d49896994270a96c22ca0.zip
Downgrade upstream version (to 0.7.900).
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9957f4e4..b6a04ba3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
project(ayatana-indicator-keyboard C CXX)
cmake_minimum_required(VERSION 2.8.12)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-set(PROJECT_VERSION "0.8.1")
+set(PROJECT_VERSION "0.7.900")
set(PACKAGE ${CMAKE_PROJECT_NAME})
# GNU standard installation directories
diff --git a/debian/changelog b/debian/changelog
index 348789e6..4f383558 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-ayatana-indicator-keyboard (0.1.1-0) UNRELEASED; urgency=medium
+ayatana-indicator-keyboard (0.7.900-0) UNRELEASED; urgency=medium
- * Fork from Ubuntu's indicator-keyboard.
+ * Rewrite Ubuntu's indicator-keyboard from scratch in plain C.
* Upstream-provided Debian package for ayatana-indicator-keyboard.
See upstream ChangeLog for recent changes.