New version 0.6.0

This commit is contained in:
Moritz Bunkus 2003-07-15 07:17:57 +00:00
parent cd73eb85ad
commit 6e55d8be0a
6 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(src/mkvmerge.cpp)
AM_INIT_AUTOMAKE(mkvtoolnix,0.5.0)
AM_INIT_AUTOMAKE(mkvtoolnix,0.6.0)
AC_PROG_CC
AC_PROG_CXX

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.6.0-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Tue, 15 Jul 2003 09:15:33 +0200
mkvtoolnix (0.5.0-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "June 2003" "mkvextract v0.5.0" "User Commands"
.TH MKVEXTRACT "1" "July 2003" "mkvextract v0.6.0" "User Commands"
.SH NAME
mkvextract \- extract tracks from Matroska files into other files
.SH SYNOPSIS

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "June 2003" "mkvmerge v0.5.0" "User Commands"
.TH MKVMERGE "1" "July 2003" "mkvmerge v0.6.0" "User Commands"
.SH NAME

View File

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