Skip to content

Commit

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

VERSION_MAJOR = 2
VERSION_MINOR = 0
VERSION_RELEASE = 9
VERSION_RELEASE = 10

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

* Respect arch specific lib dir
* Do not generate unused code
* Hide internal symbols
* Freshened up license
* Added 'remove_all_handlers' macros

-- Slava Monich <slava.monich@jolla.com> Wed, 27 May 2020 12:23:36 +0300

libgofono (2.0.9) unstable; urgency=low

* Ignore GLib deprecation warnings.
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgofono.spec
@@ -1,5 +1,5 @@
Name: libgofono
Version: 2.0.9
Version: 2.0.10
Release: 0
Summary: Ofono client library
Group: Development/Libraries
Expand Down

0 comments on commit b3b8946

Please sign in to comment.