Commit 158c22d4 authored by Michael Tremer's avatar Michael Tremer

Bump version to 0.9.4

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent c2cc55d5
......@@ -33,7 +33,7 @@ AM_LDFLAGS =
-Wl,--gc-sections
endif
LIBLOC_CURRENT=0
LIBLOC_CURRENT=1
LIBLOC_REVISION=0
LIBLOC_AGE=0
......@@ -450,7 +450,7 @@ EXTRA_DIST += \
debian/location.install \
debian/location.manpages \
debian/location-python.install \
debian/libloc0.install \
debian/libloc1.install \
debian/libloc-dev.install \
debian/rules \
debian/source/format
......
AC_PREREQ(2.60)
AC_INIT([libloc],
[0.9.3],
[0.9.4],
[location@lists.ipfire.org],
[libloc],
[https://location.ipfire.org/])
......
libloc (0.9.3-1) UNRELEASED; urgency=medium
libloc (0.9.4-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
......
......@@ -21,7 +21,7 @@ Homepage: https://location.ipfire.org/
Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git
Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git
Package: libloc0
Package: libloc1
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
......@@ -38,7 +38,7 @@ Package: libloc-dev
Architecture: any
Section: libdevel
Depends:
libloc0 (= ${binary:Version}),
libloc1 (= ${binary:Version}),
${misc:Depends},
Suggests:
pkg-config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment