version.h 168 B

123456789
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #include <QString>
  4. const QString VERSION = "1.0.0";
  5. const QString COPYRIGHT = "GPLv3 (c) 2021-2022, acetone";
  6. #endif // VERSION_H