diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-28 16:18:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-28 16:18:30 +0000 |
commit | 820bcbf5b76eaec67ea88970dd5d236b2b25b151 (patch) | |
tree | 26b4b6b2ca1374e35be422e0ebe14e5616dd918d | |
parent | 96a06b20671b6acd71eacea68bb7baf4054763c3 (diff) | |
download | libextractor-820bcbf5b76eaec67ea88970dd5d236b2b25b151.tar.gz libextractor-820bcbf5b76eaec67ea88970dd5d236b2b25b151.zip |
versionbump
-rw-r--r-- | src/include/extractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h index e8d3caf..522463b 100644 --- a/src/include/extractor.h +++ b/src/include/extractor.h | |||
@@ -32,7 +32,7 @@ extern "C" { | |||
32 | * 0.2.6-1 => 0x00020601 | 32 | * 0.2.6-1 => 0x00020601 |
33 | * 4.5.2-0 => 0x04050200 | 33 | * 4.5.2-0 => 0x04050200 |
34 | */ | 34 | */ |
35 | #define EXTRACTOR_VERSION 0x00060300 | 35 | #define EXTRACTOR_VERSION 0x00060301 |
36 | 36 | ||
37 | #include <stdio.h> | 37 | #include <stdio.h> |
38 | 38 | ||