rsyncui/version.h

9 lines
107 B
C
Raw Normal View History

2023-04-27 11:42:53 +02:00
#ifndef VERSION_H
#define VERSION_H
#include <QString>
2024-10-18 15:56:52 +02:00
QString version = "2.12.10";
2023-04-27 11:42:53 +02:00
#endif // VERSION_H