mario-dns/version.h

9 lines
163 B
C

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