Skip to content

Commit

Permalink
Merge pull request #700 from g-maxime/qctools-v1.2
Browse files Browse the repository at this point in the history
Preparing v1.2
  • Loading branch information
dericed committed Dec 18, 2020
2 parents 63efe42 + dcb8b4c commit 8d17953
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2,
1.2, 2020-12-18
=== Thanks to TIB – Leibniz Information Centre for Science and Technology for their vision and support on this release ===
+ Adds panel tracks which show timeline-based images that depict audio or video tracks (PR #651). Initial tracks supported are:
| - Tiled Center Column
Expand Down
2 changes: 1 addition & 1 deletion License.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright ©: 2018-2020, <a href="mailto:dave@dericed.com">RiceCapades</a> &amp; <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All Rights Reserved.
</p>
<p>
Version 1.1
Version 1.2
</p>
<p>
QCTools is licensed under a GPLv3 License.
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/GUI/qctools.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=1.1
Version=1.2
Name=QCTools
GenericName=QCTools
Comment=QCTools
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: MediaArea.net SARL <info@mediaarea.net>

pkgname=qctools
pkgver=1.1
pkgver=1.2
pkgrel=1
pkgdesc="QCTools (Quality Control Tools for Video Preservation)"
url="http://mediaarea.net"
Expand Down
8 changes: 4 additions & 4 deletions Project/GNU/qctools.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: qctools
Binary: qctools, qctools-dbg
Architecture: any
Version: 1.1
Version: 1.2
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://www.bavc.org/qctools
Standards-Version: 3.7.3
Expand All @@ -11,8 +11,8 @@ Package-List:
qctools deb utils optional arch=any
qctools-dbg deb debug optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 qctools_1.1.tar.gz
0000000000000000000000000000000000000000 000000 qctools_1.2.tar.gz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_1.1.tar.gz
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_1.2.tar.gz
Files:
00000000000000000000000000000000 000000 qctools_1.1.tar.gz
00000000000000000000000000000000 000000 qctools_1.2.tar.gz
2 changes: 1 addition & 1 deletion Project/GNU/qctools.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define qctools_version 1.1
%define qctools_version 1.2

Name: qctools
Version: %{qctools_version}
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2013/GUI/QCTools.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "QCTools"
VALUE "FileVersion", "1.0.0.0"
VALUE "FileVersion", "1.2.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2015/GUI/QCTools.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "QCTools"
VALUE "FileVersion", "1.1.0.0"
VALUE "FileVersion", "1.2.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Project/Mac/mkdmg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION="$2"
FILES="$3"

APPNAME="QCTools"
VERSION="1.1"
VERSION="1.2"
SIGNATURE="MediaArea.net"

DMG="tmp-${APPNAME}.dmg"
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2
2 changes: 1 addition & 1 deletion Source/Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <string.h>

//---------------------------------------------------------------------------
const char* Version="1.1.0";
const char* Version="1.2.0";

//---------------------------------------------------------------------------
const struct stream_info PerStreamType [Type_Max] =
Expand Down
2 changes: 1 addition & 1 deletion Source/Install/QCTools.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "QCTools"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "1.1.0"
!define PRODUCT_VERSION "1.2.0"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0"
!define PRODUCT_WEB_SITE "http://www.bavc.org/qctools"
!define COMPANY_REGISTRY "Software\MediaArea.net"
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
qctools (1.1.0) stable; urgency=low
qctools (1.2.0) stable; urgency=low

* See History.txt for more info and real dates

-- MediaArea.net SARL <info@mediaarea.net> Thu, 5 Mar 2020 08:00:00 +0000
-- MediaArea.net SARL <info@mediaarea.net> Fri, 18 Dec 2020 08:00:00 +0000

0 comments on commit 8d17953

Please sign in to comment.