update 2.1.0

This commit is contained in:
fourtf
2019-08-18 20:14:00 +02:00
parent 18fb160094
commit 23f1dd4646
13 changed files with 127 additions and 90 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
#include <QtGlobal>
#define CHATTERINO_VERSION "2.0.4"
#define CHATTERINO_VERSION "2.1.0"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"
@@ -10,4 +10,6 @@
# define CHATTERINO_OS "macos"
#elif defined(Q_OS_LINUX)
# define CHATTERINO_OS "linux"
#else
# define CHATTERINO_OS "unknown"
#endif