rsyncui/version.h

9 lines
106 B
C
Raw Permalink Normal View History

2023-04-27 11:42:53 +02:00
#ifndef VERSION_H
#define VERSION_H
#include <QString>
2023-10-10 23:14:31 +02:00
QString version = "2.11.8";
2023-04-27 11:42:53 +02:00
#endif // VERSION_H