version.h 163 B

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