Skip to content

Commit 8d17953

Browse files
authored
Merge pull request #700 from g-maxime/qctools-v1.2
Preparing v1.2
2 parents 63efe42 + dcb8b4c commit 8d17953

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

History.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.2,
1+
1.2, 2020-12-18
22
=== Thanks to TIB – Leibniz Information Centre for Science and Technology for their vision and support on this release ===
33
+ Adds panel tracks which show timeline-based images that depict audio or video tracks (PR #651). Initial tracks supported are:
44
| - Tiled Center Column

License.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright ©: 2018-2020, <a href="mailto:[email protected]">RiceCapades</a> &amp; <a href="mailto:[email protected]">MediaArea.net SARL</a>. All Rights Reserved.
1414
</p>
1515
<p>
16-
Version 1.1
16+
Version 1.2
1717
</p>
1818
<p>
1919
QCTools is licensed under a GPLv3 License.

Project/GNU/GUI/qctools.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=1.1
3+
Version=1.2
44
Name=QCTools
55
GenericName=QCTools
66
Comment=QCTools

Project/GNU/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: MediaArea.net SARL <[email protected]>
33

44
pkgname=qctools
5-
pkgver=1.1
5+
pkgver=1.2
66
pkgrel=1
77
pkgdesc="QCTools (Quality Control Tools for Video Preservation)"
88
url="http://mediaarea.net"

Project/GNU/qctools.dsc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: 1.0
22
Source: qctools
33
Binary: qctools, qctools-dbg
44
Architecture: any
5-
Version: 1.1
5+
Version: 1.2
66
Maintainer: MediaArea.net SARL <[email protected]>
77
Homepage: http://www.bavc.org/qctools
88
Standards-Version: 3.7.3
@@ -11,8 +11,8 @@ Package-List:
1111
qctools deb utils optional arch=any
1212
qctools-dbg deb debug optional arch=any
1313
Checksums-Sha1:
14-
0000000000000000000000000000000000000000 000000 qctools_1.1.tar.gz
14+
0000000000000000000000000000000000000000 000000 qctools_1.2.tar.gz
1515
Checksums-Sha256:
16-
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_1.1.tar.gz
16+
0000000000000000000000000000000000000000000000000000000000000000 000000 qctools_1.2.tar.gz
1717
Files:
18-
00000000000000000000000000000000 000000 qctools_1.1.tar.gz
18+
00000000000000000000000000000000 000000 qctools_1.2.tar.gz

Project/GNU/qctools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define qctools_version 1.1
1+
%define qctools_version 1.2
22

33
Name: qctools
44
Version: %{qctools_version}

Project/MSVC2013/GUI/QCTools.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 1,0,0,0
5-
PRODUCTVERSION 1,0,0,0
4+
FILEVERSION 1,2,0,0
5+
PRODUCTVERSION 1,2,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "QCTools"
22-
VALUE "FileVersion", "1.0.0.0"
22+
VALUE "FileVersion", "1.2.0.0"
2323
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
2424
VALUE "LegalCopyright", "BAVC.org"
2525
VALUE "OriginalFilename", "QCTools.exe"
2626
VALUE "ProductName", "QCTools"
27-
VALUE "ProductVersion", "1.0.0.0"
27+
VALUE "ProductVersion", "1.2.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/MSVC2015/GUI/QCTools.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winresrc.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 1,1,0,0
5-
PRODUCTVERSION 1,1,0,0
4+
FILEVERSION 1,2,0,0
5+
PRODUCTVERSION 1,2,0,0
66
FILEFLAGSMASK 0x17L
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -19,12 +19,12 @@ BEGIN
1919
BEGIN
2020
VALUE "CompanyName", "MediaArea.net"
2121
VALUE "FileDescription", "QCTools"
22-
VALUE "FileVersion", "1.1.0.0"
22+
VALUE "FileVersion", "1.2.0.0"
2323
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
2424
VALUE "LegalCopyright", "BAVC.org"
2525
VALUE "OriginalFilename", "QCTools.exe"
2626
VALUE "ProductName", "QCTools"
27-
VALUE "ProductVersion", "1.1.0.0"
27+
VALUE "ProductVersion", "1.2.0.0"
2828
END
2929
END
3030
BLOCK "VarFileInfo"

Project/Mac/mkdmg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION="$2"
1010
FILES="$3"
1111

1212
APPNAME="QCTools"
13-
VERSION="1.1"
13+
VERSION="1.2"
1414
SIGNATURE="MediaArea.net"
1515

1616
DMG="tmp-${APPNAME}.dmg"

Project/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.2

0 commit comments

Comments
 (0)