core: change version number

This commit is contained in:
outfoxxed 2025-06-11 14:11:43 -07:00
parent 09981a0498
commit 703a378908
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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;