rsyncui/version.h
2023-10-10 23:14:31 +02:00

9 lines
106 B
C

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