Changed the version to 2.0.0 and the version code name.

This commit is contained in:
Moritz Bunkus 2007-01-13 18:08:21 +00:00
parent 78a873fe54
commit 46838f2a41
15 changed files with 23 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2007-01-13 Moritz Bunkus <moritz@bunkus.org>
* Released v2.0.0.
2007-01-12 Moritz Bunkus <moritz@bunkus.org>
* mmg: new feature: Added another tab for each track in which the

2
README
View File

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

View File

@ -1,4 +1,4 @@
mkvtoolnix 1.8.1 and Windows
mkvtoolnix 2.0.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="1.8.1"
VERSION="2.0.0"
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)

View File

@ -2,7 +2,7 @@
Summary: mkvtoolnix
Name: mkvtoolnix
Version: 1.8.1
Version: 2.0.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: 1.8.1
Version: 2.0.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.0.0-1) unstable; urgency=low
* New version.
-- Moritz Bunkus <moritz@bunkus.org> Sat, 13 Jan 2007 18:42:02 +0100
mkvtoolnix (1.8.1-1) unstable; urgency=low
* New version.

View File

@ -1,4 +1,4 @@
.TH BASE64TOOL "1" "November 2006" "base64tool v1.8.1" "User Commands"
.TH BASE64TOOL "1" "January 2007" "base64tool v2.0.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVEXTRACT "1" "November 2006" "mkvextract v1.8.1" "User Commands"
.TH MKVEXTRACT "1" "January 2007" "mkvextract v2.0.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MKVINFO "1" "November 2006" "mkvinfo v1.8.1" "User Commands"
.TH MKVINFO "1" "January 2007" "mkvinfo v2.0.0" "User Commands"
.SH NAME
mkvinfo \- Print information about tracks in Matroska files
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH MKVMERGE "1" "November 2006" "mkvmerge v1.8.1" "User Commands"
.TH MKVMERGE "1" "January 2007" "mkvmerge v2.0.0" "User Commands"
.SH NAME

View File

@ -1,4 +1,4 @@
.TH MMG "1" "November 2006" "mmg v1.8.1" "User Commands"
.TH MMG "1" "January 2007" "mmg v2.0.0" "User Commands"
.SH NAME

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MKVtoolnix"
!define PRODUCT_VERSION "1.8.1"
!define PRODUCT_VERSION "2.0.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 "1.8.1"
!define PRODUCT_VERSION "2.0.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

@ -55,7 +55,7 @@ namespace libebml {
using namespace libebml;
#define VERSIONNAME "Little By Little"
#define VERSIONNAME "After The Rain Has Fallen"
#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 " \