From fb4e7f659de755563e5aec70b0b1c9ac4404d80e Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 28 Apr 2007 19:41:42 +0000 Subject: [PATCH] Bumping library version. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@170 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 475a412..8eb5943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +************************************************************************* +Version 1.4.6 +************************************************************************* + ************************************************************************* Version 1.4.5 ************************************************************************* diff --git a/configure.ac b/configure.ac index 36b78a8..5f50106 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.60) -AC_INIT([libupnp], [1.4.5], [mroberto@users.sourceforge.net]) +AC_INIT([libupnp], [1.4.6], [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: