summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2018-04-10 18:15:11 +0000
committerjhurst <>2018-04-10 18:15:11 +0000
commit6a98c7ff80a4ec278dfcf8d1639cdc42fbb67ae7 (patch)
treeffef979bc3ae2b0b622c8285a8eafe0562616b8d
parent7568d64138723154c990fb0cd34cfeccc1be8742 (diff)
o Added VideoLineMap property to picture essence descriptors
o Now using AS-02 MCA label parser when "imf" profile selected
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4711eb7..18e6c54 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.8.24], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [2.8.25], [asdcplib@cinecert.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/KM_error.h])