aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.h
blob: e5e7b6732bb3b6b599ccabc18ce41acb9c1edbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (C) 2022 The Qt Company Ltd.
 *
 * SPDX-License-Identifier: GPL-3.0-only WITH Qt-GPL-exception-1.0
*/

#pragma once

#define DAEMON_VERSION_MAJOR     "2"
#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"

// Let the client versions be the same at this point:
#define QTLICENSETOOL_VERSION_MAJOR   DAEMON_VERSION_MAJOR
#define QTLICENSETOOL_VERSION_MINOR   DAEMON_VERSION_MINOR
#define QTLICENSETOOL_VERSION         QTLICENSETOOL_VERSION_MAJOR "." QTLICENSETOOL_VERSION_MINOR

#define MOCWRAPPER_VERSION_MAJOR      DAEMON_VERSION_MAJOR
#define MOCWRAPPER_VERSION_MINOR      DAEMON_VERSION_MINOR
#define MOCWRAPPER_VERSION            MOCWRAPPER_VERSION_MAJOR "." MOCWRAPPER_VERSION_MINOR