summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-01 10:34:59 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-01 10:34:59 +0000
commitccac769fa767147c9155cc1acb53b9a33e531c76 (patch)
tree86fbac0567189ca600aab5ebd0fa3b66c37ee292
parent4600b99fc9a504d76f198977af3afa2c03fc2a9f (diff)
3.47.8
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--src/htsglobal.h2
4 files changed, 9 insertions, 3 deletions
diff --git a/configure b/configure
index 2940a1c..3b20bb6 100755
--- a/configure
+++ b/configure
@@ -2891,7 +2891,7 @@ fi
# Define the identity of the package.
PACKAGE=httrack
- VERSION=3.47.7
+ VERSION=3.47.8
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index c956081..6a32d35 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.7)
+AM_INIT_AUTOMAKE(httrack, 3.47.8)
VERSION_INFO="2:47:0"
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index ced67e4..03a6077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+httrack (3.47.8-1) unstable; urgency=low
+
+ * Updated to 3.47.8 (3.47-8)
+
+ -- Xavier Roche <xavier@debian.org> Wed, 01 May 2013 12:28:50 +0200
+
httrack (3.47.7-1) unstable; urgency=low
* Updated to 3.47.7 (3.47-7)
diff --git a/src/htsglobal.h b/src/htsglobal.h
index 2386b9d..57d28e7 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.7"
+#define HTTRACK_VERSIONID "3.47.8"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"