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