aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-03 22:46:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-03 22:46:47 +0200
commitf8fb7f277788171fa063cc7e2c62a7923b687d60 (patch)
tree0d707a700e712edeb70b8591780d5e29ac63241b
parent00f47296d1870ddf4d835ad879cfc9196af7d6f0 (diff)
downloadlibayatana-common-f8fb7f277788171fa063cc7e2c62a7923b687d60.tar.gz
libayatana-common-f8fb7f277788171fa063cc7e2c62a7923b687d60.tar.bz2
libayatana-common-f8fb7f277788171fa063cc7e2c62a7923b687d60.zip
Prepare for next release (v0.9.2).
This is required for making DEB packages builds and Travis CI builds happy.
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog8
2 files changed, 9 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd8187d..5be74c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)
endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
-set(PROJECT_VERSION "0.9.1")
+set(PROJECT_VERSION "0.9.2")
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(API_VERSION 0)
diff --git a/debian/changelog b/debian/changelog
index d563c43..2132db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libayatana-common (0.9.1.90-0) UNRELEASED; urgency=medium
+
+ * Pre-release package version number. This will finally become 0.9.2.
+ * Upstream-provided Debian package for libayatana-common.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 03 May 2021 22:44:30 +0200
+
libayatana-common (0.9.1-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-common.