Bumped the version number to 2.3.0, set the release name and added the release message.

This commit is contained in:
Moritz Bunkus 2008-09-07 12:49:59 +00:00
parent bfb758ed61
commit 79d97f4729
15 changed files with 23 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2008-09-07 Moritz Bunkus <moritz@bunkus.org>
* Released v2.3.0.
2008-09-06 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: improved the timecode calculation for MP3

2
README
View File

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

View File

@ -1,4 +1,4 @@
mkvtoolnix 2.2.0 and Windows
mkvtoolnix 2.3.0 and Windows
----------------------------
---[ NOTE 1 ]---------------------------------------------------------

View File

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

View File

@ -2,7 +2,7 @@
Summary: mkvtoolnix
Name: mkvtoolnix
Version: 2.2.0
Version: 2.3.0
Release: 1
License: GPL
Group: Multimedia

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mkvtoolnix (2.3.0) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sun, 7 Sep 2008 14:46:23 +0200
mkvtoolnix (2.2.0) unstable; urgency=low
* New version. The package was renamed to mkvtoolnix and

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 <moritz@bunkus.org> with this error/warning " \