Files
pws2mqtt-qt/version.h
2025-09-28 14:27:35 +02:00

9 lines
103 B
C

#ifndef VERSION_H
#define VERSION_H
#include <QString>
QString version = "1.0";
#endif // VERSION_H