From dee3e96a63c01a003f09b38af4a5d3c397c47ded Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Mon, 30 Apr 2007 14:43:26 +0000 Subject: [PATCH] Bumping library version. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@177 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c04f14d..b033bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +************************************************************************* +Version 1.4.7 +************************************************************************* + + ************************************************************************* Version 1.4.6 ************************************************************************* diff --git a/configure.ac b/configure.ac index cdbd1ea..4b130a0 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.60) -AC_INIT([libupnp], [1.4.6], [mroberto@users.sourceforge.net]) +AC_INIT([libupnp], [1.4.7], [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: