summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2008-10-13 23:12:09 +0000
committermikey <>2008-10-13 23:12:09 +0000
commit145fa1df9d6e904bdb8931c774014d105f92744e (patch)
tree8e684848178093ae17f3c7bf9c2012104bf4c608
parentabde0d651899a554fb609b911198f616d0241408 (diff)
version bump to 1.3.20
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3c8c584..8fb1ffc 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.3.19a], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [1.3.20], [asdcplib@cinecert.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/KM_error.h])
diff --git a/src/Makefile.am b/src/Makefile.am
index cdcbc51..0821902 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ libkumu_la_SOURCES = KM_error.h KM_fileio.cpp KM_fileio.h KM_log.cpp KM_log.h \
KM_memio.h KM_mutex.h KM_platform.h KM_prng.cpp KM_prng.h KM_util.cpp \
KM_util.h KM_xml.cpp KM_xml.h
# linker flags (*not* including libraries to link against) for a library
-libkumu_la_LDFLAGS = -release 0.3.20
+libkumu_la_LDFLAGS = -release 1.3.20
# sources for a library that don't get added to a distribution
nodist_libasdcp_la_SOURCES = Metadata_h.tt2 Metadata_cpp.tt2 \
mxfgen.pl MXF_def.pl ullist.pl ULList.xml dict.xml DMS_Crypto.xml
@@ -56,7 +56,7 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \
Wav.h WavFileWriter.h MXF.h Metadata.h \
JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \
PCMParserList.h S12MTimecode.h MDD.cpp
-libasdcp_la_LDFLAGS = -release 0.3.20
+libasdcp_la_LDFLAGS = -release 1.3.20
# additional libraries to link against for a library
libasdcp_la_LIBADD = libkumu.la
libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\"