version bump to 1.3.20
authormikey <mikey@cinecert.com>
Mon, 13 Oct 2008 23:12:09 +0000 (23:12 +0000)
committermikey <>
Mon, 13 Oct 2008 23:12:09 +0000 (23:12 +0000)
configure.ac
src/Makefile.am

index 3c8c5844280187e0410aadfdd4356d4bd319b838..8fb1ffc5cdc355f11cd4a5456085bbbf47026dc6 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.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])
index cdcbc5122d452d30224d673a466e25f10b2f4e47..082190279b0dbe2a6539d93748a38b34ef4a0e37 100644 (file)
@@ -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@\"