Bumped the version number to 0.9.4.

This commit is contained in:
Moritz Bunkus 2004-07-25 10:04:57 +00:00
parent df4eb7f942
commit 08a7900316
12 changed files with 20 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2004-07-25 Moritz Bunkus <moritz@bunkus.org>
* Released v0.9.4.
2004-07-24 Moritz Bunkus <moritz@bunkus.org>
* mkvextract: new feature: Added support for extracting TTA tracks

2
README
View File

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

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.9.3 and Windows
mkvtoolnix 0.9.4 and Windows
----------------------------
---[ NOTE 1 ]---------------------------------------------------------

View File

@ -74,7 +74,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.9.3"
#define VERSION "0.9.4"
/* big endian system */
/* #undef WORDS_BIGENDIAN */

View File

@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_HEADERS(config.h:config.h.in)
PACKAGE="mkvtoolnix"
VERSION="0.9.3"
VERSION="0.9.4"
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (0.9.4-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sun, 25 Jul 2004 12:04:17 +0200
mkvtoolnix (0.9.3-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH BASE64TOOL "1" "July 2004" "base64tool v0.9.3" "User Commands"
.TH BASE64TOOL "1" "July 2004" "base64tool v0.9.4" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "July 2004" "mkvextract v0.9.3" "User Commands"
.TH MKVEXTRACT "1" "July 2004" "mkvextract v0.9.4" "User Commands"
.SH NAME

View File

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

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "July 2004" "mkvmerge v0.9.3" "User Commands"
.TH MKVMERGE "1" "July 2004" "mkvmerge v0.9.4" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MMG "1" "July 2004" "mmg v0.9.3" "User Commands"
.TH MMG "1" "July 2004" "mmg v0.9.4" "User Commands"
.SH NAME

View File

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