summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2014-01-06 18:59:41 +0000
committermikey <>2014-01-06 18:59:41 +0000
commit3fd29f4c11e07fe1d7ab3443eea99da0a8b9f30c (patch)
tree044fd3a53098eb32b4b9fa7f2a35d5ef26772fc8
parent620722efa3a2df7857074e36abd751826a61d0e0 (diff)
version update
-rwxr-xr-xREADME2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 941d719..814f510 100755
--- 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.
diff --git a/configure.ac b/configure.ac
index 468433f..a4b67c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])