Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
zedxxx committed Aug 22, 2022
1 parent 48fc04e commit 423915e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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();

Expand Down
4 changes: 2 additions & 2 deletions src/rcc.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 423915e

Please sign in to comment.