diff options
| author | mikey <mikey@cinecert.com> | 2010-07-20 23:00:10 +0000 |
|---|---|---|
| committer | mikey <> | 2010-07-20 23:00:10 +0000 |
| commit | b7f0b8f115baf56bdfbceef303e4528433ec6092 (patch) | |
| tree | eb3a9b2272a932c30ef069f9a8f7f405b03036dd | |
| parent | 9ae565acc75f39fd0e043135761aa3fb62e09025 (diff) | |
updates for version bump
| -rwxr-xr-x | README | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rwxr-xr-x | win32/Makefile.mak | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -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
|
