#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