aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Littow <sami.littow@qt.io>2022-12-07 14:58:34 +0200
committerSami Littow <sami.littow@qt.io>2022-12-07 14:58:46 +0200
commitac5b2c916e9234947df8c240227b260330f97150 (patch)
tree1b93f268749d78ce079968b71e0cc77a8c30088a
parente6e45c8d7668cfffacd774afb7b5205749a2a69a (diff)
[v2.0.4] Updated version numberv2.0.42.0
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index 2243e51..11b6707 100644
--- a/include/version.h
+++ b/include/version.h
@@ -6,7 +6,7 @@
#pragma once
#define DAEMON_VERSION_MAJOR "2"
-#define DAEMON_VERSION_MINOR "0.3"
+#define DAEMON_VERSION_MINOR "0.4"
#define DAEMON_VERSION DAEMON_VERSION_MAJOR "." DAEMON_VERSION_MINOR
#define LICD_SERVICE_DESCRIPTION "Qt Licensing service"
#define COPYRIGHT_TEXT "Copyright (C) 2022 The Qt Company Ltd"