commit bcf0174977c5a16e95eadb8688362538187c417a
parent c90bc5b46c0f6cfed28af9fddada823b321a74dd
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 18 Aug 2013 19:31:01 +0000
-update changelog
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Sun Aug 18 21:28:58 CEST 2013
+ Fix build with libavcodec >= 54.25.0. -CG
+
Sat Jun 29 21:28:39 CEST 2013
Releasing GNU libextractor 1.1. -CG
diff --git a/src/include/extractor.h b/src/include/extractor.h
@@ -1,6 +1,6 @@
/*
This file is part of libextractor.
- (C) 2002, 2003, 2004, 2005, 2006, 2009, 2012 Vidyut Samanta and Christian Grothoff
+ (C) 2002-2013 Vidyut Samanta and Christian Grothoff
libextractor is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
@@ -35,7 +35,7 @@ extern "C" {
* 0.2.6-1 => 0x00020601
* 4.5.2-0 => 0x04050200
*/
-#define EXTRACTOR_VERSION 0x01010000
+#define EXTRACTOR_VERSION 0x01010001
#include <stdio.h>