aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-18 19:31:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-18 19:31:01 +0000
commitbcf0174977c5a16e95eadb8688362538187c417a (patch)
tree8098b703ef513e95dc5d070ae497fe8e21a3bb61 /src/include/extractor.h
parentc90bc5b46c0f6cfed28af9fddada823b321a74dd (diff)
downloadlibextractor-bcf0174977c5a16e95eadb8688362538187c417a.tar.gz
libextractor-bcf0174977c5a16e95eadb8688362538187c417a.zip
-update changelog
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r--src/include/extractor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index 77436dd..a21be7e 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2005, 2006, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 (C) 2002-2013 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -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 0x01010000 38#define EXTRACTOR_VERSION 0x01010001
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41