From a037569f0246d0aaffbe10806641104492229dca Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Wed, 17 Apr 2013 08:13:31 +0000 Subject: 3.47.5 --- configure | 2 +- configure.in | 2 +- debian/changelog | 6 ++++++ src/htsglobal.h | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 88142b2..d4ed459 100755 --- a/configure +++ b/configure @@ -2994,7 +2994,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.47.3 + VERSION=3.47.5 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index b795af0..bc077af 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src/httrack.c) AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(httrack, 3.47.3) +AM_INIT_AUTOMAKE(httrack, 3.47.5) VERSION_INFO="2:47:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 7c2254e..9dfeb52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +httrack (3.47.5-1) unstable; urgency=low + + * Revertes moving of desktop files to webhttrack-common because of desktop-command-not-in-package + + -- Xavier Roche Wed, 17 Apr 2013 10:11:20 +0200 + httrack (3.47.4-1) unstable; urgency=low * Fixing previous conflicts due to moved files from webhttrack-common to webhttrack diff --git a/src/htsglobal.h b/src/htsglobal.h index 52efe25..3e5ab8d 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.4" +#define HTTRACK_VERSIONID "3.47.5" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" -- cgit v1.2.3