rsyncui/version.h
2024-09-05 18:40:00 +02:00

9 lines
106 B
C

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