diff options
| author | mikey <mikey@cinecert.com> | 2011-08-31 15:22:46 +0000 |
|---|---|---|
| committer | mikey <> | 2011-08-31 15:22:46 +0000 |
| commit | 4a2362b94b29c1eaf2c731f353df4173f64ec8f3 (patch) | |
| tree | e091e31e13d9a8125c8052e0273187e9e584495a | |
| parent | 0bb6a2a73bcc8b0b5a58d5c95ba4ac1e8655a4a2 (diff) | |
version update
| -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]) |
