version update
authormikey <mikey@cinecert.com>
Mon, 6 Jan 2014 18:59:41 +0000 (18:59 +0000)
committermikey <>
Mon, 6 Jan 2014 18:59:41 +0000 (18:59 +0000)
README
configure.ac

diff --git a/README b/README
index 941d7193e83f7844fe0f302d39f521a143001959..814f5104e5876b7fa46559c86118c50f4f0fb697 100755 (executable)
--- a/README
+++ b/README
@@ -140,7 +140,7 @@ command-line utilities all respond to -h.
 
 Change History
 
-2013-07-02 – Additional IMF/AS-02 support, bug fixes 2.0.1
+2014-01-06 – Additional IMF/AS-02 support, bug fixes 2.1.1
   o Fixed missing-index-partion bugs for AS-02 files.
   o Moved LocalFilenameResolver into the AS_DCP public API so that it
     can be used by other modules including AS-02.
index 468433f2d3b1dc1487e7c4a6d41d95efcc7707a1..a4b67c4c2194915976726ad4524bac639340b91c 100644 (file)
@@ -37,7 +37,7 @@ AC_PREREQ([2.59])
 # For example, if asdcplib version 1.0.0 were modified to accomodate changes
 # in file format, and if no changes were made to AS_DCP.h, the new version would be
 # 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1.
-AC_INIT([asdcplib], [2.0.1], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [2.1.1], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])