updates for version bump
authormikey <mikey@cinecert.com>
Tue, 20 Jul 2010 23:00:10 +0000 (23:00 +0000)
committermikey <>
Tue, 20 Jul 2010 23:00:10 +0000 (23:00 +0000)
README
configure.ac
win32/Makefile.mak

diff --git a/README b/README
index a3e6ce1de7fca1c07f577e44656f713d89500d0c..3684f70933497a12d581c385a84562b50c3310fa 100755 (executable)
--- a/README
+++ b/README
@@ -112,6 +112,10 @@ utilities all respond to -h.
 
 Change History
 
+2010.07.20 -  bug fixes, v1.6.37
+ o Fixed TimedTextResourceSubDescriptor UL value.
+
+
 2010.06.16 -  bug fixes, v1.6.36
  o Added support for new Edit Rates to asdcp-test.cpp.
  o Expanded timed-text file reader in asdcp-test.cpp.
index e9a42aad7fe0cf87595cae6e2f9b60dbb16e8857..18d032c3cd4104e8c18641fd145aca6228870c8a 100644 (file)
@@ -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.6.36], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [1.6.37], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])
index 5dda4b0545206c6ac63b9890c60455b3215adb09..f6e9a1b668f84dfeaf11eb5c03430abb3a0f8735 100755 (executable)
@@ -33,11 +33,11 @@ OBJDIR = .
 \r
 !ifdef ENABLE_RANDOM_UUID\r
 CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \\r
-       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.36\" \\r
+       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.37\" \\r
        /I"$(WITH_OPENSSL)"\inc32 /DCONFIG_RANDOM_UUID=1\r
 !else\r
 CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \\r
-       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.36\" \\r
+       /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.37\" \\r
        /I"$(WITH_OPENSSL)"\inc32\r
 !endif\r
 LIB_EXE = lib.exe\r