Compare commits

...

2 Commits

Author SHA1 Message Date
Marcelo Roberto Jimenez
bf601218cd Merge of correct version number.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/tags/release-1.4.3@149 119443c7-1b9e-41f8-b6fc-b9c35fce742c
2007-03-06 10:52:36 +00:00
Marcelo Roberto Jimenez
0c67e186f5 Tag of release 1.4.3.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/tags/release-1.4.3@146 119443c7-1b9e-41f8-b6fc-b9c35fce742c
2007-03-06 10:22:55 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Version 1.4.3
*************************************************************************
2007-03-05 Oxy <oxygenic(at)users.sourceforge.net>
* Code adapted and typedefs added to compile cleanly under Windows
* Code adapted and typedefs added to compile cleanly under Windows
with Borland C++ Builder and MS Visual C++
2007-03-03 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

View File

@@ -10,7 +10,7 @@
AC_PREREQ(2.60)
AC_INIT([libupnp], [1.4.2], [mroberto@users.sourceforge.net])
AC_INIT([libupnp], [1.4.3], [mroberto@users.sourceforge.net])
# *Independently* of the above libupnp package version, the libtool version
# of the 3 libraries need to be updated whenever there is a change released :
# "current:revision:age" (this is NOT the same as the package version), where: