aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-31 17:20:50 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-31 17:20:50 +0000
commit07bf5d6a6088eba3eb0d958b12f9b95f16f91953 (patch)
tree75520f3b3d4a8318cee2fb7622d4e885822b50f7
parent358fc5dc55b9f1d1ee39ce3cfea70b965ce876ab (diff)
downloadlibextractor-07bf5d6a6088eba3eb0d958b12f9b95f16f91953.tar.gz
libextractor-07bf5d6a6088eba3eb0d958b12f9b95f16f91953.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 dadc2e4..f59cabe 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 0x01030000 38#define EXTRACTOR_VERSION 0x01030001
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41