supla-device
Loading...
Searching...
No Matches
version.h
1// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#ifndef SRC_SUPLA_VERSION_H_
5#define SRC_SUPLA_VERSION_H_
6
7#define SUPLA_SHORT_VERSION "26.09.01"
8const char suplaDeviceVersion[] = "SDK " SUPLA_SHORT_VERSION "-dev";
9
10#endif // SRC_SUPLA_VERSION_H_