Bumped version number to 0.7.2.

This commit is contained in:
Moritz Bunkus 2003-10-11 12:33:26 +00:00
parent 9a87e12840
commit 58ac25e46e
10 changed files with 25 additions and 10 deletions

13
README
View File

@ -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

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.7.1 and Windows
mkvtoolnix 0.7.2 and Windows
----------------------------
---[ NOTE ]-----------------------------------------------------------

View File

@ -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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.7.2-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sat, 11 Oct 2003 14:25:49 +0200
mkvtoolnix (0.7.1-1) unstable; urgency=low
* New version.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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