forked from quickshell/quickshell
core: change version number
This commit is contained in:
parent
09981a0498
commit
703a378908
1 changed files with 2 additions and 2 deletions
|
@ -457,8 +457,8 @@ int runCommand(int argc, char** argv, QCoreApplication* coreApplication) {
|
|||
}
|
||||
|
||||
if (state.misc.printVersion) {
|
||||
qCInfo(logBare).noquote().nospace() << "quickshell pre-release, revision " << GIT_REVISION
|
||||
<< ", distributed by: " << DISTRIBUTOR;
|
||||
qCInfo(logBare).noquote().nospace()
|
||||
<< "quickshell 0.1.0, revision " << GIT_REVISION << ", distributed by: " << DISTRIBUTOR;
|
||||
|
||||
if (state.log.verbosity > 1) {
|
||||
qCInfo(logBare).noquote() << "\nBuildtime Qt Version:" << QT_VERSION_STR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue