aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-05 22:38:26 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-05 22:38:30 +0200
commit24c8d489797499c0331f4d1039e357ece1ae98a7 (patch)
treed49071790b3825af9540277ebe91ded84a0b88dd /src/include
parent426a4feb38645fc31e3530a51eef0f683f6e61ad (diff)
downloadlibextractor-24c8d489797499c0331f4d1039e357ece1ae98a7.tar.gz
libextractor-24c8d489797499c0331f4d1039e357ece1ae98a7.zip
Fix #5405
Diffstat (limited to 'src/include')
-rw-r--r--src/include/extractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index cb58aff..18a6c38 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -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 0x01070000 38#define EXTRACTOR_VERSION 0x01070001
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41