New version 0.5.0

This commit is contained in:
Moritz Bunkus 2003-06-20 21:49:01 +00:00
parent 693e2f282c
commit d08ccdd7aa
5 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
dnl process this file with autoconf to generate the configure script
AC_INIT(mkvmerge.cpp)
AM_INIT_AUTOMAKE(mkvtoolnix,0.4.4)
AM_INIT_AUTOMAKE(mkvtoolnix,0.5.0)
AC_PROG_CC
AC_PROG_CXX

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.5.0-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Fri, 20 Jun 2003 23:48:25 +0200
mkvtoolnix (0.4.4-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "April 2003" "mkvinfo v0.4.4" "User Commands"
.TH MKVINFO "1" "April 2003" "mkvinfo v0.5.0" "User Commands"
.SH NAME
mkvinfo \- Print information about tracks in Matroska files
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "April 2003" "mkvmerge v0.4.4" "User Commands"
.TH MKVMERGE "1" "April 2003" "mkvmerge v0.5.0" "User Commands"
.SH NAME
mkvmerge \- Merge multimedia streams into a Matroska file
.SH SYNOPSIS
@ -387,7 +387,7 @@ or \fBmkvmerge \-\-identify\fR. It is \fBnot\fR the track UID.
.LP
The special track ID '-1' is a wildcard and applies the given switch to all
tracks that are read from an input file. This was the bahviour of these
switches prior to version 0.4.4.
switches prior to version 0.5.0.
.LP
The options that use the track IDs are: \fB\-\-atracks\fR, \fB\-\-vtracks\fR,
\fB\-\-stracks\fR, \fB\-\-sync\fR, \fB\-\-default-track\fR, \fB\-\-cues\fR

2
os.h
View File

@ -22,7 +22,7 @@
#if defined(COMP_MSC)
# define PACKAGE "mkvtoolnix"
# define VERSION "0.4.4"
# define VERSION "0.5.0"
# define strncasecmp _strnicmp
# define strcasecmp _stricmp