aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 17:54:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 17:54:34 +0000
commit478ea192edad630c802370ae504e363074a8a11c (patch)
treeb0dc37dee498dbfee110610b731e6c1b12a7eaa6
parent6d4a3dd6d95cf6be8185d9db609ecd24564dc171 (diff)
downloadlibextractor-478ea192edad630c802370ae504e363074a8a11c.tar.gz
libextractor-478ea192edad630c802370ae504e363074a8a11c.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 b2ac21b..5a853cb 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 0x01020000 38#define EXTRACTOR_VERSION 0x01030000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41