diff --git a/ChangeLog b/ChangeLog index 5b5eee5..069161f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Version 1.4.5 ************************************************************************* -2007-04-06 Marcelo Jimenez +2007-04-19 Marcelo Jimenez * Case insensitive comparison in raw_find_str() (httpparser.c) as suggested by Craig Nelson in SF Tracker [ 1689382 ] DLINK DIR-625 patch. diff --git a/configure.ac b/configure.ac index fe8fe0b..c4a1945 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.60) -AC_INIT([libupnp], [1.4.4], [mroberto@users.sourceforge.net]) +AC_INIT([libupnp], [1.4.5], [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: