summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2011-08-31 15:22:46 +0000
committermikey <>2011-08-31 15:22:46 +0000
commit4a2362b94b29c1eaf2c731f353df4173f64ec8f3 (patch)
treee091e31e13d9a8125c8052e0273187e9e584495a
parent0bb6a2a73bcc8b0b5a58d5c95ba4ac1e8655a4a2 (diff)
version update
-rwxr-xr-xREADME4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 5b8ff0c..e10a708 100755
--- a/README
+++ b/README
@@ -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])