summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-01 20:51:08 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-01 20:51:08 +0000
commit830ae3dd9851355c82d86db2e6a22b78e88da0d7 (patch)
treed6656f30b2efd9e650531ab078692c2cf7ed4110
parentfe53745c9aad1deb4d28e33f6425576f39d41044 (diff)
3.47.10
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--man/httrack.12
-rw-r--r--src/htsglobal.h2
5 files changed, 11 insertions, 4 deletions
diff --git a/configure b/configure
index f58109c..e276b70 100755
--- a/configure
+++ b/configure
@@ -2891,7 +2891,7 @@ fi
# Define the identity of the package.
PACKAGE=httrack
- VERSION=3.47.9
+ VERSION=3.47.10
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index ea0b231..15bbb40 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.9)
+AM_INIT_AUTOMAKE(httrack, 3.47.10)
VERSION_INFO="2:47:0"
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index 39aa2ed..f9afcc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+httrack (3.47.10-1) unstable; urgency=low
+
+ * Updated to 3.47.10 (3.47-10)
+ Fixed KDE/Gnome icons.
+
+ -- Xavier Roche <xavier@debian.org> Wed, 01 May 2013 22:44:30 +0200
+
httrack (3.47.9-1) unstable; urgency=low
* Updated to 3.47.9 (3.47-9)
diff --git a/man/httrack.1 b/man/httrack.1
index c19cca1..8cc25a2 100644
--- a/man/httrack.1
+++ b/man/httrack.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii httrack.1
.\"
-.TH httrack 1 "Apr 2013" "httrack website copier"
+.TH httrack 1 "HTTrack version 3.47 (compiled May 1 2013)" "httrack website copier"
.SH NAME
httrack \- offline browser : copy websites to a local directory
.SH SYNOPSIS
diff --git a/src/htsglobal.h b/src/htsglobal.h
index f522b3b..79b79b1 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.9"
+#define HTTRACK_VERSIONID "3.47.10"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"