aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r--src/include/extractor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index fe0d1ce..0325dc6 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 Copyright (C) 2002-2013 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002-2017 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -35,7 +35,7 @@ extern "C" {
35 * 0.2.6-1 => 0x00020601 35 * 0.2.6-1 => 0x00020601
36 * 4.5.2-0 => 0x04050200 36 * 4.5.2-0 => 0x04050200
37 */ 37 */
38#define EXTRACTOR_VERSION 0x01050001 38#define EXTRACTOR_VERSION 0x01060000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41