rsyncui/version.h
2024-10-18 22:41:30 +02:00

9 lines
104 B
C

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