rsyncui/version.h
2025-03-24 00:52:46 +08:00

9 lines
106 B
C

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