Bumped the version numbers to 0.7.6.

This commit is contained in:
Moritz Bunkus 2003-11-15 18:24:13 +00:00
parent 69d081f0a6
commit ee78e9fc9c
10 changed files with 15 additions and 9 deletions

2
README
View File

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

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.7.5 and Windows
mkvtoolnix 0.7.6 and Windows
----------------------------
---[ NOTE ]-----------------------------------------------------------

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.7.5)
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.6)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.7.6-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sat, 15 Nov 2003 19:21:58 +0100
mkvtoolnix (0.7.5-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH BASE64TOOL "1" "October 2003" "base64tool v0.7.2" "User Commands"
.TH BASE64TOOL "1" "October 2003" "base64tool v0.7.6" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "October 2003" "mkvextract v0.7.2" "User Commands"
.TH MKVEXTRACT "1" "October 2003" "mkvextract v0.7.6" "User Commands"
.SH NAME

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "November 2003" "mkvmerge v0.7.5" "User Commands"
.TH MKVMERGE "1" "November 2003" "mkvmerge v0.7.6" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MMG "1" "November 2003" "mmg v0.7.5" "User Commands"
.TH MMG "1" "November 2003" "mmg v0.7.6" "User Commands"
.SH NAME

View File

@ -24,7 +24,7 @@
#if defined(COMP_MSC)
# define PACKAGE "mkvtoolnix"
# define VERSION "0.7.5"
# define VERSION "0.7.6"
# define strncasecmp _strnicmp
# define strcasecmp _stricmp