diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:35:14 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:35:14 +0000 |
commit | 879d235ca90dde774ee8fa1e8daa559a5736e5b2 (patch) | |
tree | ab5ee95aa01cf4ca24943ee3b390389fb3aafe50 | |
parent | c2380a0ffea16a309352be90bbc9a480c37a83d3 (diff) |
new revision 3.45.3
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -2992,7 +2992,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.45.2 + VERSION=3.45.3 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index d3cd435..1a9c183 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(src/httrack.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(httrack, 3.45.2) +AM_INIT_AUTOMAKE(httrack, 3.45.3) VERSION_INFO="2:45:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index e8ea55e..d4ac2ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +httrack (3.45.3-1) unstable; urgency=low + + * Updated to 3.45.3 (3.45-3) + + -- Xavier Roche <xavier@debian.org> Mon, 19 Mar 2012 14:32:58 +0100 + httrack (3.45.2-1) unstable; urgency=low * Updated to 3.45.2 (3.45-2) |