aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.