Skip to content

Commit

Permalink
Version 1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jul 2, 2019
1 parent 0d8a5a5 commit 6253c2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 34
VERSION_RELEASE = 35

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

* Added enabled attribute to GRilIoChannel

-- Slava Monich <slava.monich@jolla.com> Tue, 02 Jul 2019 13:23:02 +0300

libgrilio (1.0.34) unstable; urgency=low

* Handle requests stuck in the process of being sent
Expand Down
4 changes: 2 additions & 2 deletions rpm/libgrilio.spec
@@ -1,10 +1,10 @@
Name: libgrilio
Version: 1.0.34
Version: 1.0.35
Release: 0
Summary: RIL I/O library
Group: Development/Libraries
License: BSD
URL: https://git.merproject.org/mer-core/libgrilio
URL: https://git.sailfishos.org/mer-core/libgrilio
Source: %{name}-%{version}.tar.bz2
Requires: libglibutil >= 1.0.10
BuildRequires: pkgconfig(glib-2.0)
Expand Down

0 comments on commit 6253c2f

Please sign in to comment.