summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2023-01-12 22:12:28 +0100
committerXavier Roche <roche@httrack.com>2023-01-12 22:12:28 +0100
commite09901a1594858e8f3dd15fca72a9835ca678075 (patch)
treecbbdbc32ad502947ba386d5ccca0baac4218662f /src
parentf8bcb454bc60104c3c11cb4608b01c27259d54ec (diff)
Updated to 3.49.3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
-rw-r--r--src/htsglobal.h4
2 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b5ea04c..bddcc2d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -94,7 +94,11 @@ host_triplet = @host@
bin_PROGRAMS = proxytrack$(EXEEXT) httrack$(EXEEXT) htsserver$(EXEEXT)
subdir = src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/check_zlib.m4 \
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/snprintf.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff --git a/src/htsglobal.h b/src/htsglobal.h
index 65ba1c6..7555b13 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -36,8 +36,8 @@ Please visit our Website: http://www.httrack.com
#define HTTRACK_GLOBAL_DEFH
// Version (also check external version information)
-#define HTTRACK_VERSION "3.49-2"
-#define HTTRACK_VERSIONID "3.49.2"
+#define HTTRACK_VERSION "3.49-3"
+#define HTTRACK_VERSIONID "3.49.3"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"