--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# except that we sort or promise that no api and abi incompatibilities
# occur with revision (3rd number) changes.
# ! When changing the version, also change the defines in upnpplib.hxx !
-AC_INIT([libupnpp], [0.16.1], [jfd@lesbonscomptes.com],
+AC_INIT([libupnpp], [0.17.0], [jfd@lesbonscomptes.com],
[libupnpp], [http://www.lesbonscomptes.com/upmpdcli])
# Lib version info. See:
@@ -23,7 +23,7 @@
# libupnpp packages are named libupnppX where X is the .so major number
# (c-a). This allows packages for multiple incompatible ABIs to be
# installed
-VERSION_INFO=7:0:0
+VERSION_INFO=8:0:0
AC_PREREQ([2.53])
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])