From f8fb7f277788171fa063cc7e2c62a7923b687d60 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 3 May 2021 22:46:44 +0200 Subject: Prepare for next release (v0.9.2). This is required for making DEB packages builds and Travis CI builds happy. --- CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 Mon, 03 May 2021 22:44:30 +0200 + libayatana-common (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. -- cgit v1.2.3