aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-30 15:27:09 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-30 15:27:46 +0100
commit4894c060b297a46c968216b44cc02592e345498d (patch)
tree06de502195a42c380dbfba73c04dec5e52eb24ec /src/include/extractor.h
parent0ad12329a7a4dc89ae63e8b032badf559b4f5550 (diff)
downloadlibextractor-4894c060b297a46c968216b44cc02592e345498d.tar.gz
libextractor-4894c060b297a46c968216b44cc02592e345498d.zip
releasing v1.11v1.11
Diffstat (limited to 'src/include/extractor.h')
-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 3e6c098..78fe627 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 0x01080001 38#define EXTRACTOR_VERSION 0x010B0000
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41