|
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.10.0], [jfd@lesbonscomptes.com],
|
5 |
AC_INIT([libupnpp], [0.10.1], [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
|