diff --git a/ChangeLog b/ChangeLog index 4f1f2e723..578f28860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-12-02 Moritz Bunkus + * 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). diff --git a/README b/README index c3d3cb7fc..7bbbd72d7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MKVToolNix 0.7.6 +MKVToolNix 0.7.8 ================ With these tools one can get information about (mkvinfo) Matroska diff --git a/README.Windows.txt b/README.Windows.txt index abc123da7..c90d6204e 100644 --- a/README.Windows.txt +++ b/README.Windows.txt @@ -1,4 +1,4 @@ -mkvtoolnix 0.7.6 and Windows +mkvtoolnix 0.7.8 and Windows ---------------------------- ---[ NOTE ]----------------------------------------------------------- diff --git a/configure.in b/configure.in index 22580deb2..d5ed646d6 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/debian/changelog b/debian/changelog index ed7e735ad..8856ed219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mkvtoolnix (0.7.8-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus Tue, 2 Dec 2003 23:10:09 +0100 + mkvtoolnix (0.7.7-1) unstable; urgency=low * New version. diff --git a/debian/control b/debian/control index 1bb193f42..345099df4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mkvtoolnix Section: graphics Priority: optional Maintainer: Moritz Bunkus -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 diff --git a/src/common/os.h b/src/common/os.h index 6f96940c4..fbbe57d79 100644 --- a/src/common/os.h +++ b/src/common/os.h @@ -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