diff options
| author | mikey <mikey@cinecert.com> | 2014-01-06 18:59:41 +0000 |
|---|---|---|
| committer | mikey <> | 2014-01-06 18:59:41 +0000 |
| commit | 3fd29f4c11e07fe1d7ab3443eea99da0a8b9f30c (patch) | |
| tree | 044fd3a53098eb32b4b9fa7f2a35d5ef26772fc8 | |
| parent | 620722efa3a2df7857074e36abd751826a61d0e0 (diff) | |
version update
| -rwxr-xr-x | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]) |
