ircabot/version.h

10 lines
158 B
C

#ifndef VERSION_H
#define VERSION_H
#include <QString>
const QString IRCABOT_VERSION {"2.0.0"};
const QString COPYRIGHT_YEAR {"2021"};
#endif // VERSION_H