Updated version number to 0.7.8

This commit is contained in:
Moritz Bunkus 2003-12-02 22:18:34 +00:00
parent ec1a08c699
commit d0883848c0
7 changed files with 13 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -1,4 +1,4 @@
mkvtoolnix 0.7.6 and Windows
mkvtoolnix 0.7.8 and Windows
----------------------------
---[ NOTE ]-----------------------------------------------------------

View File

@ -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
View File

@ -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
View File

@ -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

View File

@ -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