aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-18 11:20:25 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-18 11:20:25 +0100
commita7a304e2c32b33857eb0735386287a91d017e26b (patch)
tree59c27d5519d0cd3b0078a1fe536e6b92a8a6040e
parent9159dde07491f7671f6b385f44bc8a36c081d2e2 (diff)
downloadlibextractor-a7a304e2c32b33857eb0735386287a91d017e26b.tar.gz
libextractor-a7a304e2c32b33857eb0735386287a91d017e26b.zip
bump
-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 18a6c38..37c9770 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 0x01070001 38#define EXTRACTOR_VERSION 0x01080000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41