diff --git a/configure.in b/configure.in index 4ee038034..572ee7ab7 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/debian/changelog b/debian/changelog index 0293a9126..05a2d4a7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mkvtoolnix (0.5.0-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus Fri, 20 Jun 2003 23:48:25 +0200 + mkvtoolnix (0.4.4-1) unstable; urgency=low * New version. diff --git a/mkvinfo.1 b/mkvinfo.1 index 166840d64..80a48bdb0 100644 --- a/mkvinfo.1 +++ b/mkvinfo.1 @@ -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 diff --git a/mkvmerge.1 b/mkvmerge.1 index 8d2e727e0..c921c7660 100644 --- a/mkvmerge.1 +++ b/mkvmerge.1 @@ -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 diff --git a/os.h b/os.h index d4ac123bc..61fc52c5d 100644 --- a/os.h +++ b/os.h @@ -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