From 79d97f47297ccad4eeb9c7e068417b0757760414 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 7 Sep 2008 12:49:59 +0000 Subject: [PATCH] Bumped the version number to 2.3.0, set the release name and added the release message. --- ChangeLog | 4 ++++ README | 2 +- README.Windows.txt | 2 +- configure.in | 2 +- contrib/fedora-core.spec | 2 +- contrib/opensuse-10.spec | 2 +- debian/changelog | 6 ++++++ doc/base64tool.1 | 2 +- doc/mkvextract.1 | 2 +- doc/mkvinfo.1 | 2 +- doc/mkvmerge.1 | 2 +- doc/mmg.1 | 2 +- mkvtoolnix-unicode.nsi | 2 +- mkvtoolnix.nsi | 2 +- src/common/common.h | 2 +- 15 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0471dd927..3b33c6956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-07 Moritz Bunkus + + * Released v2.3.0. + 2008-09-06 Moritz Bunkus * mkvmerge: bug fix: improved the timecode calculation for MP3 diff --git a/README b/README index 305fb49ef..3f9f4c037 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MKVToolNix 2.2.0 +MKVToolNix 2.3.0 ================ With these tools one can get information about (mkvinfo) Matroska diff --git a/README.Windows.txt b/README.Windows.txt index 7c03e9725..1195e3d4f 100644 --- a/README.Windows.txt +++ b/README.Windows.txt @@ -1,4 +1,4 @@ -mkvtoolnix 2.2.0 and Windows +mkvtoolnix 2.3.0 and Windows ---------------------------- ---[ NOTE 1 ]--------------------------------------------------------- diff --git a/configure.in b/configure.in index b3c7245ed..083b86e72 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_PREREQ(2.50) AC_CONFIG_HEADERS(config.h:config.h.in) PACKAGE="mkvtoolnix" -VERSION="2.2.0" +VERSION="2.3.0" AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/contrib/fedora-core.spec b/contrib/fedora-core.spec index cfbc172fa..63ac26c4d 100644 --- a/contrib/fedora-core.spec +++ b/contrib/fedora-core.spec @@ -2,7 +2,7 @@ Summary: mkvtoolnix Name: mkvtoolnix -Version: 2.2.0 +Version: 2.3.0 Release: 1 License: GPL Group: Multimedia diff --git a/contrib/opensuse-10.spec b/contrib/opensuse-10.spec index 8ba4780b5..f45c96e0d 100644 --- a/contrib/opensuse-10.spec +++ b/contrib/opensuse-10.spec @@ -8,7 +8,7 @@ BuildRequires: expat flac flac-devel gcc-c++ gtk2 gtk2-devel libogg libogg-devel Name: mkvtoolnix URL: http://www.bunkus.org/videotools/mkvtoolnix/ -Version: 2.2.0 +Version: 2.3.0 Release: 1 Summary: tools to create, alter and inspect Matroska files License: GPL diff --git a/debian/changelog b/debian/changelog index d154debb4..bd88da880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mkvtoolnix (2.3.0) unstable; urgency=low + + * New version. + + -- Moritz Bunkus Sun, 7 Sep 2008 14:46:23 +0200 + mkvtoolnix (2.2.0) unstable; urgency=low * New version. The package was renamed to mkvtoolnix and diff --git a/doc/base64tool.1 b/doc/base64tool.1 index 5cc5b52a3..2ef3b5313 100644 --- a/doc/base64tool.1 +++ b/doc/base64tool.1 @@ -1,4 +1,4 @@ -.TH BASE64TOOL "1" "March 2008" "base64tool v2.2.0" "User Commands" +.TH BASE64TOOL "1" "September 2008" "base64tool v2.3.0" "User Commands" .SH NAME diff --git a/doc/mkvextract.1 b/doc/mkvextract.1 index 4e59a07eb..fa57345cb 100644 --- a/doc/mkvextract.1 +++ b/doc/mkvextract.1 @@ -1,4 +1,4 @@ -.TH MKVEXTRACT "1" "March 2008" "mkvextract v2.2.0" "User Commands" +.TH MKVEXTRACT "1" "September 2008" "mkvextract v2.3.0" "User Commands" .SH NAME diff --git a/doc/mkvinfo.1 b/doc/mkvinfo.1 index 64332a5a9..f77423233 100644 --- a/doc/mkvinfo.1 +++ b/doc/mkvinfo.1 @@ -1,4 +1,4 @@ -.TH MKVINFO "1" "March 2008" "mkvinfo v2.2.0" "User Commands" +.TH MKVINFO "1" "September 2008" "mkvinfo v2.3.0" "User Commands" .SH NAME mkvinfo \- Print information about tracks in Matroska files .SH SYNOPSIS diff --git a/doc/mkvmerge.1 b/doc/mkvmerge.1 index 8b2ee0a50..ec5c606f9 100644 --- a/doc/mkvmerge.1 +++ b/doc/mkvmerge.1 @@ -1,4 +1,4 @@ -.TH MKVMERGE "1" "March 2008" "mkvmerge v2.2.0" "User Commands" +.TH MKVMERGE "1" "September 2008" "mkvmerge v2.3.0" "User Commands" .SH NAME diff --git a/doc/mmg.1 b/doc/mmg.1 index 22d127902..7d80f7eae 100644 --- a/doc/mmg.1 +++ b/doc/mmg.1 @@ -1,4 +1,4 @@ -.TH MMG "1" "March 2008" "mmg v2.2.0" "User Commands" +.TH MMG "1" "September 2008" "mmg v2.3.0" "User Commands" .SH NAME diff --git a/mkvtoolnix-unicode.nsi b/mkvtoolnix-unicode.nsi index 4a39839ac..712a94db5 100644 --- a/mkvtoolnix-unicode.nsi +++ b/mkvtoolnix-unicode.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "MKVtoolnix" -!define PRODUCT_VERSION "2.2.0" +!define PRODUCT_VERSION "2.3.0" !define PRODUCT_PUBLISHER "Moritz Bunkus" !define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\AppMainExe.exe" diff --git a/mkvtoolnix.nsi b/mkvtoolnix.nsi index 3118d60cf..4a0810be3 100644 --- a/mkvtoolnix.nsi +++ b/mkvtoolnix.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "MKVtoolnix" -!define PRODUCT_VERSION "2.2.0" +!define PRODUCT_VERSION "2.3.0" !define PRODUCT_PUBLISHER "Moritz Bunkus" !define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\AppMainExe.exe" diff --git a/src/common/common.h b/src/common/common.h index f2a7f2a3d..6697e950c 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -56,7 +56,7 @@ namespace libebml { using namespace libebml; -#define VERSIONNAME "Turn It On Again" +#define VERSIONNAME "Freak U" #define VERSIONINFO "mkvmerge v" VERSION " ('" VERSIONNAME "')" #define BUGMSG _("This should not have happened. Please contact the author " \ "Moritz Bunkus with this error/warning " \