Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.46
  • Loading branch information
monich committed May 29, 2020
1 parent b9ebf5b commit 549849d
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 45
VERSION_RELEASE = 46

# 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 @@
libglibutil (1.0.46) unstable; urgency=low

* Allow STRIP to be defined by the environment

-- Slava Monich <slava.monich@jolla.com> Sat, 30 May 2020 00:02:35 +0300

libglibutil (1.0.45) unstable; urgency=low

* Support for multiple archs
Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.45
Version: 1.0.46
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
Expand Down

0 comments on commit 549849d

Please sign in to comment.