diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-10 16:25:20 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-10 16:25:20 +0000 |
commit | 91c6288d40982c787cad22c1bd1c8f5d9dc6452a (patch) | |
tree | e6b9d75a89cfa599c7744f4dc20655dc5e0902a1 /src/htsglobal.h | |
parent | eb93fb8a2e8fc76b1b929a0be870549d8eefc9b6 (diff) |
Enforce check against CVE-2014-0160
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index bbbe67f..ac0561f 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.48-1" -#define HTTRACK_VERSIONID "3.48.1" +#define HTTRACK_VERSION "3.48-2" +#define HTTRACK_VERSIONID "3.48.2" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |