aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-29 19:29:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-29 19:29:11 +0000
commit5c8519637b2a748d05758e34f7dd6c04bf8374b0 (patch)
treec6d2d13b1b9426ef8e39c9626b092df08e3ee6cc /src/include
parentf1070b00242450cc7688dfc0ef6227b560cc1833 (diff)
downloadlibextractor-5c8519637b2a748d05758e34f7dd6c04bf8374b0.tar.gz
libextractor-5c8519637b2a748d05758e34f7dd6c04bf8374b0.zip
-releasing 1.1
Diffstat (limited to 'src/include')
-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 67b6f07..77436dd 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 0x01000000 38#define EXTRACTOR_VERSION 0x01010000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41