Bumped version number to 0.6.5.

This commit is contained in:
Moritz Bunkus 2003-08-28 17:50:08 +00:00
parent 6202ecb776
commit 3cdde4144e
8 changed files with 13 additions and 7 deletions

2
README
View File

@ -1,4 +1,4 @@
MKVToolNix 0.6.4 MKVToolNix 0.6.5
================ ================
These tools allow information about (mkvinfo) or extraction These tools allow information about (mkvinfo) or extraction

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.6.4 and Windows mkvtoolnix 0.6.5 and Windows
---------------------------- ----------------------------
---[ NOTE ]----------------------------------------------------------- ---[ NOTE ]-----------------------------------------------------------

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.6.5-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Thu, 28 Aug 2003 19:48:20 +0200
mkvtoolnix (0.6.4-1) unstable; urgency=low mkvtoolnix (0.6.4-1) unstable; urgency=low
* New version. * New version.

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.4" "User Commands" .TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.5" "User Commands"
.SH NAME .SH NAME

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.4" "User Commands" .TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.5" "User Commands"
.SH NAME .SH NAME

View File

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