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