Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.10
  • Loading branch information
monich committed May 25, 2020
1 parent be3d072 commit f9139dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 9
VERSION_RELEASE = 10

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
libmce-glib (1.0.10) unstable; urgency=low

* Hide internal symbols
* Respect arch specific lib dir

-- Slava Monich <slava.monich@jolla.com> Mon, 25 May 2020 15:11:04 +0300

libmce-glib (1.0.9) unstable; urgency=low

* Ignore GLib deprecation warnings
Expand Down
2 changes: 1 addition & 1 deletion rpm/libmce-glib.spec
@@ -1,5 +1,5 @@
Name: libmce-glib
Version: 1.0.9
Version: 1.0.10
Release: 0
Summary: MCE client library
Group: Development/Libraries
Expand Down

0 comments on commit f9139dd

Please sign in to comment.