mario-dns/version.h

9 lines
163 B
C

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