diff options
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r-- | src/include/extractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h index e8d3caf..522463b 100644 --- a/src/include/extractor.h +++ b/src/include/extractor.h | |||
@@ -32,7 +32,7 @@ extern "C" { | |||
32 | * 0.2.6-1 => 0x00020601 | 32 | * 0.2.6-1 => 0x00020601 |
33 | * 4.5.2-0 => 0x04050200 | 33 | * 4.5.2-0 => 0x04050200 |
34 | */ | 34 | */ |
35 | #define EXTRACTOR_VERSION 0x00060300 | 35 | #define EXTRACTOR_VERSION 0x00060301 |
36 | 36 | ||
37 | #include <stdio.h> | 37 | #include <stdio.h> |
38 | 38 | ||