Bumped the version number to 0.8.2.

This commit is contained in:
Moritz Bunkus 2004-01-20 15:08:40 +00:00
parent d7cf32a58f
commit 7636f905bc
10 changed files with 15 additions and 9 deletions

2
README
View File

@ -1,4 +1,4 @@
MKVToolNix 0.8.1
MKVToolNix 0.8.2
================
With these tools one can get information about (mkvinfo) Matroska

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.8.1 and Windows
mkvtoolnix 0.8.2 and Windows
----------------------------
---[ NOTE 1 ]---------------------------------------------------------

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.8.1)
AM_INIT_AUTOMAKE(mkvtoolnix,0.8.2)
AM_CONFIG_HEADER(config.h)
SAVED_CFLAGS="$CFLAGS"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.8.2-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Tue, 20 Jan 2004 15:57:18 +0100
mkvtoolnix (0.8.1-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH BASE64TOOL "1" "January 2004" "base64tool v0.8.1" "User Commands"
.TH BASE64TOOL "1" "January 2004" "base64tool v0.8.2" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "January 2004" "mkvextract v0.8.1" "User Commands"
.TH MKVEXTRACT "1" "January 2004" "mkvextract v0.8.2" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "January 2004" "mkvinfo v0.8.1" "User Commands"
.TH MKVINFO "1" "January 2004" "mkvinfo v0.8.2" "User Commands"
.SH NAME
mkvinfo \- Print information about tracks in Matroska files
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "January 2004" "mkvmerge v0.8.1" "User Commands"
.TH MKVMERGE "1" "January 2004" "mkvmerge v0.8.2" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MMG "1" "January 2004" "mmg v0.8.1" "User Commands"
.TH MMG "1" "January 2004" "mmg v0.8.2" "User Commands"
.SH NAME

View File

@ -26,7 +26,7 @@
#if defined(COMP_MSC)
# define PACKAGE "mkvtoolnix"
# define VERSION "0.8.1"
# define VERSION "0.8.2"
# define strncasecmp _strnicmp
# define strcasecmp _stricmp