diff options
author | Xavier Roche <roche@httrack.com> | 2017-04-01 22:13:12 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2017-04-01 22:13:12 +0200 |
commit | 9bd80e14481f8e0efe980951d88ee5b937412fb1 (patch) | |
tree | a9e7a05b1a16a5b9069f664d6c28d1dba60bac41 /configure.ac | |
parent | f0da4dddc6f208be5862aac6e79bc311f1e696f3 (diff) |
Updated version to 3.49.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1dbccf3..907bfcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([httrack], [3.48.24], [roche+packaging@httrack.com], [httrack], [http://www.httrack.com/]) +AC_INIT([httrack], [3.49.1], [roche+packaging@httrack.com], [httrack], [http://www.httrack.com/]) AC_COPYRIGHT([ HTTrack Website Copier, Offline Browser for Windows and Unix Copyright (C) 1998-2015 Xavier Roche and other contributors @@ -31,7 +31,7 @@ AC_CONFIG_SRCDIR(src/httrack.c) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([subdir-objects]) -VERSION_INFO="2:48:0" +VERSION_INFO="2:49:0" AM_MAINTAINER_MODE AC_USE_SYSTEM_EXTENSIONS |