diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:01:38 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:01:38 +0000 |
commit | 59d5ebd603494d2b82f101e844325523652f3015 (patch) | |
tree | f50533b68e8b2efccf93a0ec0c32a5ee723c4b1a | |
parent | 6ba0511ffb95d1bf5166c21ee67f60c280beeb45 (diff) |
3.45.4
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
3 files changed, 9 insertions, 2 deletions
@@ -2992,7 +2992,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.45.3 + VERSION=3.45.4 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 1a9c183..b817508 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.3) +AM_INIT_AUTOMAKE(httrack, 3.45.4) VERSION_INFO="2:45:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 2e7eb08..e7fe80d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +httrack (3.45.4-1) unstable; urgency=low + + * Updated to 3.45.4 (3.45-4) + Lintian fixes + + -- Xavier Roche <xavier@debian.org> Tue, 01 May 2012 20:53:48 +0200 + httrack (3.45.3-1) unstable; urgency=low * Updated to 3.45.3 (3.45-3) |