summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2010-07-20 23:00:10 +0000
committermikey <>2010-07-20 23:00:10 +0000
commitb7f0b8f115baf56bdfbceef303e4528433ec6092 (patch)
treeeb3a9b2272a932c30ef069f9a8f7f405b03036dd
parent9ae565acc75f39fd0e043135761aa3fb62e09025 (diff)
updates for version bump
-rwxr-xr-xREADME4
-rw-r--r--configure.ac2
-rwxr-xr-xwin32/Makefile.mak4
3 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index a3e6ce1..3684f70 100755
--- 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.
diff --git a/configure.ac b/configure.ac
index e9a42aa..18d032c 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.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])
diff --git a/win32/Makefile.mak b/win32/Makefile.mak
index 5dda4b0..f6e9a1b 100755
--- a/win32/Makefile.mak
+++ b/win32/Makefile.mak
@@ -33,11 +33,11 @@ OBJDIR = .
!ifdef ENABLE_RANDOM_UUID
CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \
- /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.36\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.37\" \
/I"$(WITH_OPENSSL)"\inc32 /DCONFIG_RANDOM_UUID=1
!else
CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \
- /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.36\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.6.37\" \
/I"$(WITH_OPENSSL)"\inc32
!endif
LIB_EXE = lib.exe