diff --git a/README b/README index 7d26f398e..c4ef31be6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MKVToolNix 0.7.1 +MKVToolNix 0.7.2 ================ With these tools one can get information about (mkvinfo) Matroska @@ -37,7 +37,16 @@ deb-src http://www.bunkus.org/debian/unstable/ ./ Run 'apt-get update' and 'apt-get install libebml-dev libmatroska-dev mkvtoolnix'. -If you want to compile from source then get the two libraries via CVS: +If you want to compile from source then get the newest versions of +libebml and libmatroska. Normally the 'latest official release' will +work with the latest release of mkvtoolnix. At the time of writing +these versions where: +- libebml 0.6.0: +http://matroska.free.fr/downloads/libebml/libebml-0.6.0.tar.gz +- libmatroska 0.5.2: +http://matroska.free.fr/downloads/libmatroska/libmatroska-0.5.2.tar.gz + +Alternatively you can get the two libraries via CVS: cvs -d:pserver:anonymous@cvs.corecodec.org:/cvsroot/matroska login diff --git a/README.Windows.txt b/README.Windows.txt index 745dcaa0d..5b2ca1e14 100644 --- a/README.Windows.txt +++ b/README.Windows.txt @@ -1,4 +1,4 @@ -mkvtoolnix 0.7.1 and Windows +mkvtoolnix 0.7.2 and Windows ---------------------------- ---[ NOTE ]----------------------------------------------------------- diff --git a/configure.in b/configure.in index 2c29d0fab..32283debd 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl process this file with autoconf to generate the configure script AC_INIT(src/mkvmerge.cpp) AC_PREREQ(2.50) -AM_INIT_AUTOMAKE(mkvtoolnix,0.7.1) +AM_INIT_AUTOMAKE(mkvtoolnix,0.7.2) AM_CONFIG_HEADER(config.h) AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index aca295037..f48b03572 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mkvtoolnix (0.7.2-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus Sat, 11 Oct 2003 14:25:49 +0200 + mkvtoolnix (0.7.1-1) unstable; urgency=low * New version. diff --git a/doc/base64tool.1 b/doc/base64tool.1 index 6b3439f4d..def6a2f3d 100644 --- a/doc/base64tool.1 +++ b/doc/base64tool.1 @@ -1,4 +1,4 @@ -.TH BASE64TOOL "1" "September 2003" "base64tool v0.7.1" "User Commands" +.TH BASE64TOOL "1" "October 2003" "base64tool v0.7.2" "User Commands" .SH NAME diff --git a/doc/mkvextract.1 b/doc/mkvextract.1 index 02c0d690b..432beb37f 100644 --- a/doc/mkvextract.1 +++ b/doc/mkvextract.1 @@ -1,4 +1,4 @@ -.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.7.1" "User Commands" +.TH MKVEXTRACT "1" "October 2003" "mkvextract v0.7.2" "User Commands" .SH NAME diff --git a/doc/mkvinfo.1 b/doc/mkvinfo.1 index 4d2d476b4..56bd02ed7 100644 --- a/doc/mkvinfo.1 +++ b/doc/mkvinfo.1 @@ -1,4 +1,4 @@ -.TH MKVINFO "1" "August 2003" "mkvinfo v0.7.1" "User Commands" +.TH MKVINFO "1" "October 2003" "mkvinfo v0.7.2" "User Commands" .SH NAME mkvinfo \- Print information about tracks in Matroska files .SH SYNOPSIS diff --git a/doc/mkvmerge.1 b/doc/mkvmerge.1 index e5824146f..6559eb037 100644 --- a/doc/mkvmerge.1 +++ b/doc/mkvmerge.1 @@ -1,4 +1,4 @@ -.TH MKVMERGE "1" "August 2003" "mkvmerge v0.7.1" "User Commands" +.TH MKVMERGE "1" "October 2003" "mkvmerge v0.7.2" "User Commands" .SH NAME diff --git a/doc/mmg.1 b/doc/mmg.1 index 1f5e3cda1..34ddb37c4 100644 --- a/doc/mmg.1 +++ b/doc/mmg.1 @@ -1,4 +1,4 @@ -.TH MMG "1" "September 2003" "mmg v0.7.1" "User Commands" +.TH MMG "1" "October 2003" "mmg v0.7.2" "User Commands" .SH NAME diff --git a/src/os.h b/src/os.h index 14379f6fe..002a7a54c 100644 --- a/src/os.h +++ b/src/os.h @@ -24,7 +24,7 @@ #if defined(COMP_MSC) # define PACKAGE "mkvtoolnix" -# define VERSION "0.7.1" +# define VERSION "0.7.2" # define strncasecmp _strnicmp # define strcasecmp _stricmp