Switch to unified view

a/configure.ac b/configure.ac
1
1
2
# Software version. There is no direct link with the library version_info
2
# Software version. There is no direct link with the library version_info
3
# except that we sort or promise that no api and abi incompatibilities
3
# except that we sort or promise that no api and abi incompatibilities
4
# occur with revision (3rd number) changes.
4
# occur with revision (3rd number) changes.
5
# ! When changing the version, also change the defines in upnpplib.hxx !
5
# ! When changing the version, also change the defines in upnpplib.hxx !
6
AC_INIT([libupnpp], [0.16.0], [jfd@lesbonscomptes.com],
6
AC_INIT([libupnpp], [0.16.1], [jfd@lesbonscomptes.com],
7
             [libupnpp], [http://www.lesbonscomptes.com/upmpdcli])
7
             [libupnpp], [http://www.lesbonscomptes.com/upmpdcli])
8
8
9
# Lib version info. See:
9
# Lib version info. See:
10
# https://www.sourceware.org/autobook/autobook/autobook_91.html#SEC91
10
# https://www.sourceware.org/autobook/autobook/autobook_91.html#SEC91
11
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
11
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html