diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-11-01 19:27:48 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-11-01 19:27:48 +0100 |
commit | 33bbfcd15b74db90e0c7ed9a74847132156fa541 (patch) | |
tree | dfd7d1516175a0e560c3697aa85ac0f1b5169554 | |
parent | 4811bc2c6f88b9cb29d8c4470785f04d17ade607 (diff) |
Bump library version
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/liburiparser-dev.links | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7f78ef7..e34aed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +uriparser (0.8.4-1) UNRELEASED; urgency=medium + + * New upstream release. + * debian/liburiparser-dev.links: + - Bump library version to 1.0.20. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 01 Nov 2015 19:00:29 +0100 + uriparser (0.8.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/liburiparser-dev.links b/debian/liburiparser-dev.links index e928ab9..5ec7658 100755 --- a/debian/liburiparser-dev.links +++ b/debian/liburiparser-dev.links @@ -1,3 +1,3 @@ #! /usr/bin/dh-exec -usr/lib/${DEB_HOST_MULTIARCH}/liburiparser.so.1.0.19 usr/lib/${DEB_HOST_MULTIARCH}/liburiparser.so +usr/lib/${DEB_HOST_MULTIARCH}/liburiparser.so.1.0.20 usr/lib/${DEB_HOST_MULTIARCH}/liburiparser.so |