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