diff options
| -rwxr-xr-x | README | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -114,6 +114,10 @@ utilities all respond to -h. Change History +2011-08-31 - bug fixes v1.8.42 + o Added missing HFR support for PCM essence reader/writer. + + 2011-08-30 - bug fixes, enhancements v1.8.41 o UL version byte now ignored when comparing UL values. o Changed the version byte in the TimedTextEssence UL to 0x01. There diff --git a/configure.ac b/configure.ac index 40e9a7b..fe6b078 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], [1.8.41], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [1.8.42], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
