diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-01 11:21:18 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-01 11:21:18 +0000 |
commit | dc5c8b0ab5dfd661faefbf8edd0f9d43c4079aed (patch) | |
tree | 9e2de6980c4503633b08c847e5b5f4a7bb18a0cd | |
parent | 3ca0c70a1bc7fcd325eb131a92e4c6be1f292968 (diff) |
Updated to 3.47.9 (Build-depends on libtool)
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | src/htsglobal.h | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -2891,7 +2891,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.47.8 + VERSION=3.47.9 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 6a32d35..ea0b231 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(src/httrack.c) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(httrack, 3.47.8) +AM_INIT_AUTOMAKE(httrack, 3.47.9) VERSION_INFO="2:47:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 03a6077..39aa2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +httrack (3.47.9-1) unstable; urgency=low + + * Updated to 3.47.9 (3.47-9) + Build-depends on libtool + + -- Xavier Roche <xavier@debian.org> Wed, 01 May 2013 13:15:38 +0200 + httrack (3.47.8-1) unstable; urgency=low * Updated to 3.47.8 (3.47-8) diff --git a/src/htsglobal.h b/src/htsglobal.h index 57d28e7..f522b3b 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -41,7 +41,7 @@ Please visit our Website: http://www.httrack.com // Version (also check external version information) #define HTTRACK_VERSION "3.47" -#define HTTRACK_VERSIONID "3.47.8" +#define HTTRACK_VERSIONID "3.47.9" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |