mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Updated the version number and set the release codename.
This commit is contained in:
parent
de9eac2076
commit
a97134b3a0
@ -1,3 +1,7 @@
|
||||
2006-11-10 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* Released v1.8.0.
|
||||
|
||||
2006-11-08 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mmg: Reworked the "input tab" and split track options into two
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
MKVToolNix 1.7.0
|
||||
MKVToolNix 1.8.0
|
||||
================
|
||||
|
||||
With these tools one can get information about (mkvinfo) Matroska
|
||||
|
@ -1,4 +1,4 @@
|
||||
mkvtoolnix 1.7.0 and Windows
|
||||
mkvtoolnix 1.8.0 and Windows
|
||||
----------------------------
|
||||
|
||||
---[ NOTE 1 ]---------------------------------------------------------
|
||||
|
@ -4,7 +4,7 @@ AC_PREREQ(2.50)
|
||||
AC_CONFIG_HEADERS(config.h:config.h.in)
|
||||
|
||||
PACKAGE="mkvtoolnix"
|
||||
VERSION="1.7.0"
|
||||
VERSION="1.8.0"
|
||||
AC_SUBST(PACKAGE)
|
||||
AC_SUBST(VERSION)
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: mkvtoolnix
|
||||
Name: mkvtoolnix
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Multimedia
|
||||
|
@ -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.7.0
|
||||
Version: 1.8.0
|
||||
Release: 1
|
||||
Summary: tools to create, alter and inspect Matroska files
|
||||
License: GPL
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
mkvtoolnix (1.8.0-1) unstable; urgency=low
|
||||
|
||||
* New version.
|
||||
|
||||
-- Moritz Bunkus <moritz@bunkus.org> Fri, 10 Nov 2006 08:50:20 +0100
|
||||
|
||||
mkvtoolnix (1.7.0-1) unstable; urgency=low
|
||||
|
||||
* New version.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH BASE64TOOL "1" "April 2006" "base64tool v1.7.0" "User Commands"
|
||||
.TH BASE64TOOL "1" "November 2006" "base64tool v1.8.0" "User Commands"
|
||||
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH MKVEXTRACT "1" "April 2006" "mkvextract v1.7.0" "User Commands"
|
||||
.TH MKVEXTRACT "1" "November 2006" "mkvextract v1.8.0" "User Commands"
|
||||
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH MKVINFO "1" "April 2006" "mkvinfo v1.7.0" "User Commands"
|
||||
.TH MKVINFO "1" "November 2006" "mkvinfo v1.8.0" "User Commands"
|
||||
.SH NAME
|
||||
mkvinfo \- Print information about tracks in Matroska files
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH MKVMERGE "1" "April 2006" "mkvmerge v1.7.0" "User Commands"
|
||||
.TH MKVMERGE "1" "November 2006" "mkvmerge v1.8.0" "User Commands"
|
||||
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH MMG "1" "April 2006" "mmg v1.7.0" "User Commands"
|
||||
.TH MMG "1" "November 2006" "mmg v1.8.0" "User Commands"
|
||||
|
||||
|
||||
.SH NAME
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "MKVtoolnix"
|
||||
!define PRODUCT_VERSION "1.7.0"
|
||||
!define PRODUCT_VERSION "1.8.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"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "MKVtoolnix"
|
||||
!define PRODUCT_VERSION "1.7.0"
|
||||
!define PRODUCT_VERSION "1.8.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"
|
||||
|
@ -55,7 +55,7 @@ namespace libebml {
|
||||
|
||||
using namespace libebml;
|
||||
|
||||
#define VERSIONNAME "What Do You Take Me For"
|
||||
#define VERSIONNAME "Wise Up"
|
||||
#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 " \
|
||||
|
Loading…
Reference in New Issue
Block a user