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
AC_INIT([libupnpp], [0.13.1], [jfd@lesbonscomptes.com],
5
AC_INIT([libupnpp], [0.14.0], [jfd@lesbonscomptes.com],
6
             [libupnpp], [http://www.lesbonscomptes.com/upmpdcli])
6
             [libupnpp], [http://www.lesbonscomptes.com/upmpdcli])
7
7
8
# Lib version info. See:
8
# Lib version info. See:
9
# https://www.sourceware.org/autobook/autobook/autobook_91.html#SEC91
9
# https://www.sourceware.org/autobook/autobook/autobook_91.html#SEC91
10
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
10
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
...
...
20
# - If any interfaces have been removed or changed since the last public
20
# - If any interfaces have been removed or changed since the last public
21
#   release, then set age to 0 AND CHANGE PACKAGE NAME. 
21
#   release, then set age to 0 AND CHANGE PACKAGE NAME. 
22
# libupnpp packages are named libupnppX where X is the .so major number
22
# libupnpp packages are named libupnppX where X is the .so major number
23
# (c-a). This allows packages for multiple incompatible ABIs to be
23
# (c-a). This allows packages for multiple incompatible ABIs to be
24
# installed
24
# installed
25
VERSION_INFO=4:1:2
25
VERSION_INFO=5:0:3
26
26
27
AC_PREREQ([2.53])
27
AC_PREREQ([2.53])
28
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
28
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
29
AC_CONFIG_HEADERS([libupnpp/config.h])
29
AC_CONFIG_HEADERS([libupnpp/config.h])
30
AH_BOTTOM([#include "libupnpp/conf_post.h"])
30
AH_BOTTOM([#include "libupnpp/conf_post.h"])