From 423915ede1b1abebd543700ea1b681677c7c0dca Mon Sep 17 00:00:00 2001 From: zed Date: Mon, 22 Aug 2022 14:05:43 +0300 Subject: [PATCH] update version info --- src/main.cpp | 4 ++-- src/rcc.pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 39e4c3e..759c689 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE -#define RCC_VERSION_STR "5.15.2" +#define RCC_VERSION_STR "1.0.5" void dumpRecursive(const QDir &dir, QTextStream &out) { @@ -142,7 +142,7 @@ int runRcc(int argc, char *argv[]) // If you use this code as an example for a translated app, make sure to translate the strings. QCommandLineParser parser; parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions); - parser.setApplicationDescription(QLatin1String("Qt Resource Compiler and Decompiler (ver. " RCC_VERSION_STR ", compiled with Qt " QT_VERSION_STR ")")); + parser.setApplicationDescription(QLatin1String("Qt Resource Compiler and Decompiler (RccExtended)")); parser.addHelpOption(); parser.addVersionOption(); diff --git a/src/rcc.pro b/src/rcc.pro index 071e0a5..d30fa70 100644 --- a/src/rcc.pro +++ b/src/rcc.pro @@ -32,7 +32,7 @@ HEADERS += \ resinfo.h QMAKE_TARGET_DESCRIPTION="Qt Resource Compiler and Decompiler (RccExtended)" -QMAKE_TARGET_COPYRIGHT="Copyright (C) 2022, The Qt Company Ltd." +QMAKE_TARGET_PRODUCT="Rcc Extended" -VERSION=5.15.2 +VERSION=1.0.5 RC_ICONS=rcc.ico