mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Bumped version number to 0.7.1
This commit is contained in:
parent
2786e0ff5f
commit
d373f308ae
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-28 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* mmg: new feature: Added a (nearly) full-featured chapter editor.
|
||||||
|
|
||||||
2003-09-26 Moritz Bunkus <moritz@bunkus.org>
|
2003-09-26 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
* mkvmerge: bug fix: XML chapters were not parsed correctly.
|
* mkvmerge: bug fix: XML chapters were not parsed correctly.
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
MKVToolNix 0.7.0
|
MKVToolNix 0.7.1
|
||||||
================
|
================
|
||||||
|
|
||||||
With these tools one can get information about (mkvinfo) Matroska
|
With these tools one can get information about (mkvinfo) Matroska
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mkvtoolnix 0.7.0 and Windows
|
mkvtoolnix 0.7.1 and Windows
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
---[ NOTE ]-----------------------------------------------------------
|
---[ NOTE ]-----------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl process this file with autoconf to generate the configure script
|
dnl process this file with autoconf to generate the configure script
|
||||||
|
|
||||||
AC_INIT(src/mkvmerge.cpp)
|
AC_INIT(src/mkvmerge.cpp)
|
||||||
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.0)
|
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.1)
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
mkvtoolnix (0.7.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version.
|
||||||
|
|
||||||
|
-- Moritz Bunkus <moritz@bunkus.org> Sun, 28 Sep 2003 19:15:42 +0200
|
||||||
|
|
||||||
mkvtoolnix (0.7.0-1) unstable; urgency=low
|
mkvtoolnix (0.7.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* New version.
|
* New version.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.8.0" "User Commands"
|
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.7.1" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVINFO "1" "August 2003" "mkvinfo v0.7.0" "User Commands"
|
.TH MKVINFO "1" "August 2003" "mkvinfo v0.7.1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mkvinfo \- Print information about tracks in Matroska files
|
mkvinfo \- Print information about tracks in Matroska files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.7.0" "User Commands"
|
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.7.1" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
2
src/os.h
2
src/os.h
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#if defined(COMP_MSC)
|
#if defined(COMP_MSC)
|
||||||
# define PACKAGE "mkvtoolnix"
|
# define PACKAGE "mkvtoolnix"
|
||||||
# define VERSION "0.7.0"
|
# define VERSION "0.7.1"
|
||||||
|
|
||||||
# define strncasecmp _strnicmp
|
# define strncasecmp _strnicmp
|
||||||
# define strcasecmp _stricmp
|
# define strcasecmp _stricmp
|
||||||
|
Loading…
Reference in New Issue
Block a user