diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/htsglobal.h | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -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 <xavier@debian.org> 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" |