pws2mqtt-qt/version.h
2024-09-10 20:34:16 +02:00

9 lines
103 B
C

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