Skip to content

Commit

Permalink
Merge pull request #855 from MediaArea/uv
Browse files Browse the repository at this point in the history
preparing-v1.4
  • Loading branch information
JeromeMartinez authored Dec 31, 2024
2 parents d02e3b6 + 53d6708 commit 9826192
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
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:[email protected]">RiceCapades</a> &amp; <a href="mailto:[email protected]">MediaArea.net SARL</a>. All Rights Reserved.
</p>
<p>
Version 1.3
Version 1.4
</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.3
Version=1.4
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 <[email protected]>

pkgname=('qctools' 'qcli')
pkgver=1.3
pkgver=1.4
pkgrel=1
pkgdesc="QCTools (Quality Control Tools for Video Preservation)"
url="http://mediaarea.net"
Expand Down
6 changes: 3 additions & 3 deletions Project/GNU/qctools.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: qctools
Binary: qctools, qctools-dbg, qcli, qcli-dbg
Architecture: any
Version: 1.3-1
Version: 1.4-1
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://www.bavc.org/qctools
Standards-Version: 3.7.3
Expand All @@ -13,5 +13,5 @@ Package-List:
qctools deb utils optional arch=any
qctools-dbg deb debug optional arch=any
Files:
00000000000000000000000000000000 000000 qctools_1.3.orig.tar.xz
00000000000000000000000000000000 000000 qctools_1.3-1.debian.tar.xz
00000000000000000000000000000000 000000 qctools_1.4.orig.tar.xz
00000000000000000000000000000000 000000 qctools_1.4-1.debian.tar.xz
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.3
%define qctools_version 1.4
%define debug_package %{nil}
%define _unpackaged_files_terminate_build 0

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,3,0,0
PRODUCTVERSION 1,3,0,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,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.3.0.0"
VALUE "FileVersion", "1.4.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "1.3.0.0"
VALUE "ProductVersion", "1.4.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,3,0,0
PRODUCTVERSION 1,3,0,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,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.3.0.0"
VALUE "FileVersion", "1.4.0.0"
VALUE "InternalName", "QCTools - GUI - MSVC 2017"
VALUE "LegalCopyright", "BAVC.org"
VALUE "OriginalFilename", "QCTools.exe"
VALUE "ProductName", "QCTools"
VALUE "ProductVersion", "1.3.0.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1.3</string>
<string>1.4</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
Expand All @@ -31,15 +31,15 @@
<key>DTSDKBuild</key>
<string>10K549</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<string>macosx11</string>
<key>DTXcode</key>
<string>0420</string>
<key>DTXcodeBuild</key>
<string>4C199</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<string>11</string>
<key>NSHumanReadableCopyright</key>
<string>(c) MediaArea.net</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/Mac/Make_xcarchive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cat > $APPNAME.xcarchive/Info.plist <<EOF
<key>CFBundleShortVersionString</key>
<string>$VERSION</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.4</string>
<key>IconPaths</key>
<array>
<string>Applications/$APPNAME.app/Contents/Resources/Logo.icns</string>
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.3"
VERSION="1.4"
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.3
1.4
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.3";
const char* Version="1.4";

//---------------------------------------------------------------------------
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.3"
!define PRODUCT_VERSION "1.4"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.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.3-1) stable; urgency=low
qctools (1.4-1) stable; urgency=low

* See History.txt for more info and real dates

-- MediaArea.net SARL <[email protected]> Fri, 18 Dec 2020 08:00:00 +0000
-- MediaArea.net SARL <[email protected]> Mon, 30 Dec 2024 08:00:00 +0000

0 comments on commit 9826192

Please sign in to comment.