diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-16 20:08:08 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-16 20:08:08 +0000 |
commit | 6f37432c0ac8f21e15c93d26602dc721a418e2a9 (patch) | |
tree | ea00b045b33be4eaad74ceb89eb8aed18aa6d1b7 | |
parent | 8f0c31525a87a021d8095d3bc4b0158c545b8025 (diff) |
Updated to 3.47.4
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/htsglobal.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6689286..4030c80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +httrack (3.47.4-1) unstable; urgency=low + + * Fixing previous conflicts due to moved files from webhttrack-common to webhttrack + + -- Xavier Roche <roche@proliant.localnet> Tue, 16 Apr 2013 22:07:37 +0200 + httrack (3.47.3-1) unstable; urgency=low * Fixing conflicts due to moved files from webhttrack to webhttrack-common diff --git a/src/htsglobal.h b/src/htsglobal.h index 655c4bb..52efe25 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.3" +#define HTTRACK_VERSIONID "3.47.4" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |