mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-04 00:09:31 +00:00
Bumped the version number to 0.9.4.
This commit is contained in:
parent
df4eb7f942
commit
08a7900316
@ -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
2
README
@ -1,4 +1,4 @@
|
||||
MKVToolNix 0.9.3
|
||||
MKVToolNix 0.9.4
|
||||
================
|
||||
|
||||
With these tools one can get information about (mkvinfo) Matroska
|
||||
|
@ -1,4 +1,4 @@
|
||||
mkvtoolnix 0.9.3 and Windows
|
||||
mkvtoolnix 0.9.4 and Windows
|
||||
----------------------------
|
||||
|
||||
---[ NOTE 1 ]---------------------------------------------------------
|
||||
|
@ -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 */
|
||||
|
@ -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
6
debian/changelog
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user