mario-dns/version.h

9 lines
168 B
C

#ifndef VERSION_H
#define VERSION_H
#include <QString>
const QString VERSION = "1.0.0";
const QString COPYRIGHT = "GPLv3 (c) 2021-2022, acetone";
#endif // VERSION_H