aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/version.h b/include/version.h
index 954b2ad..e5e7b67 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.1"
+#define DAEMON_VERSION_MINOR "0.2"
#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"
@@ -19,4 +19,3 @@
#define MOCWRAPPER_VERSION_MAJOR DAEMON_VERSION_MAJOR
#define MOCWRAPPER_VERSION_MINOR DAEMON_VERSION_MINOR
#define MOCWRAPPER_VERSION MOCWRAPPER_VERSION_MAJOR "." MOCWRAPPER_VERSION_MINOR
-