From 9a14618c13b2b8267af40d04633543689d1caab8 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 19 Jan 2022 14:25:44 +0200 Subject: [PATCH] Version 1.0.13 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libmce-glib.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fcb0adb..61a06d1 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 12 +VERSION_RELEASE = 13 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index bbb439d..6c606e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libmce-glib (1.0.13) unstable; urgency=low + + * Shuffled includes a bit + * Unified and freshened up licenses + + -- Slava Monich Wed, 19 Jan 2022 14:21:38 +0200 + libmce-glib (1.0.12) unstable; urgency=low * Housekeeping release diff --git a/rpm/libmce-glib.spec b/rpm/libmce-glib.spec index c1c8aff..30df76a 100644 --- a/rpm/libmce-glib.spec +++ b/rpm/libmce-glib.spec @@ -1,6 +1,6 @@ Name: libmce-glib -Version: 1.0.12 +Version: 1.0.13 Release: 0 Summary: MCE client library License: BSD