aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-12 22:32:23 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-12 22:32:23 +0200
commit7d89eeb7249c1eaed062a518eda73ac9725f6ba4 (patch)
tree630af420cc601d8bf4e9a62c8faa3aff450b5cc1
parent9175d09f1312a1495c287c6d0d45da675e359b1c (diff)
downloadlibextractor-7d89eeb7249c1eaed062a518eda73ac9725f6ba4.tar.gz
libextractor-7d89eeb7249c1eaed062a518eda73ac9725f6ba4.zip
version 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 782134b..cb58aff 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 0x01060001 38#define EXTRACTOR_VERSION 0x01070000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41