diff options
| author | jhurst <jhurst@cinecert.com> | 2017-05-25 00:16:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2017-05-25 00:16:56 +0000 |
| commit | 2f1e9f7d3b5cdd5319c31111daa7e56c6df43c0a (patch) | |
| tree | 4c021012459611d1f2c9221e91b58149248b56d2 /configure.ac | |
| parent | 753441a78ebe22dfd74616de953b415ce8f1d2fb (diff) | |
o Added options -c -n, -q to as-02-wrap (IMF "color system")
o Fixed a bug in the MXF reader that caused an assert when reading a partial (i.e.truncated) input file
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d795f9..fa3aadb 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.7.20], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [2.7.22], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
