mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Updated version number to 0.7.8
This commit is contained in:
parent
ec1a08c699
commit
d0883848c0
@ -1,5 +1,7 @@
|
||||
2003-12-02 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* Released v0.7.8.
|
||||
|
||||
* mmg: new feature: You can set the values for the language and/or
|
||||
country codes for a chapter and all its children with the push of
|
||||
one button (the new "Set values" button).
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
MKVToolNix 0.7.6
|
||||
MKVToolNix 0.7.8
|
||||
================
|
||||
|
||||
With these tools one can get information about (mkvinfo) Matroska
|
||||
|
@ -1,4 +1,4 @@
|
||||
mkvtoolnix 0.7.6 and Windows
|
||||
mkvtoolnix 0.7.8 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.7)
|
||||
AM_INIT_AUTOMAKE(mkvtoolnix,0.7.8)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
SAVED_CFLAGS="$CFLAGS"
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
mkvtoolnix (0.7.8-1) unstable; urgency=low
|
||||
|
||||
* New version.
|
||||
|
||||
-- Moritz Bunkus <moritz@bunkus.org> Tue, 2 Dec 2003 23:10:09 +0100
|
||||
|
||||
mkvtoolnix (0.7.7-1) unstable; urgency=low
|
||||
|
||||
* New version.
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: mkvtoolnix
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Moritz Bunkus <moritz@bunkus.org>
|
||||
Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 0.6.2-1), libmatroska-dev (>= 0.6.1-1), libogg-dev, libvorbis-dev, libwxgtk2.4-dev, libexpat1-dev, zlib1g-dev, liblzo-dev, libbz2-dev
|
||||
Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 0.6.2-1), libmatroska-dev (>= 0.6.1-1), libogg-dev, libvorbis-dev, libwxgtk2.4-dev, libexpat1-dev, zlib1g-dev, liblzo-dev, libbz2-dev, libflac-dev
|
||||
Standards-Version: 3.5.8
|
||||
|
||||
Package: mkvtoolnix
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#if defined(COMP_MSC)
|
||||
# define PACKAGE "mkvtoolnix"
|
||||
# define VERSION "0.7.7"
|
||||
# define VERSION "0.7.8"
|
||||
|
||||
# define strncasecmp _strnicmp
|
||||
# define strcasecmp _stricmp
|
||||
|
Loading…
Reference in New Issue
Block a user