Version 1.1.0

This commit is contained in:
Simo Piiroinen
2023-05-08 10:48:56 +03:00
parent b65226eea5
commit 49cff7f515
3 changed files with 10 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ all: debug release pkgconfig
# #
VERSION_MAJOR = 1 VERSION_MAJOR = 1
VERSION_MINOR = 0 VERSION_MINOR = 1
VERSION_RELEASE = 13 VERSION_RELEASE = 0
# Version for pkg-config # Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libmce-glib (1.1.0) unstable; urgency=low
* Add an example application
* Add MceInactivity object
-- Simo Piiroinen <simo.piiroinen@jolla.com> Mon, 08 May 2023 10:46:08 +0300
libmce-glib (1.0.13) unstable; urgency=low libmce-glib (1.0.13) unstable; urgency=low
* Shuffled includes a bit * Shuffled includes a bit

View File

@@ -1,6 +1,6 @@
Name: libmce-glib Name: libmce-glib
Version: 1.0.13 Version: 1.1.0
Release: 0 Release: 0
Summary: MCE client library Summary: MCE client library
License: BSD License: BSD