updated version to 1.09

This commit is contained in:
lostjared
2018-05-19 18:10:07 -07:00
parent 3fe1b6d395
commit fab6547485

View File

@@ -8,19 +8,19 @@
#define _QT_HEADERS__ #define _QT_HEADERS__
#ifdef __linux__ #ifdef __linux__
#define ac_version "v1.08 (Linux)" #define ac_version "v1.09 (Linux)"
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
#define ac_version "v1.08 (Apple)" #define ac_version "v1.09 (Apple)"
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
#define ac_version "v1.08 (Windows)" #define ac_version "v1.09 (Windows)"
#endif #endif
#ifndef ac_version #ifndef ac_version
#define ac_version "v1.08 (Generic)" #define ac_version "v1.09 (Generic)"
#endif #endif
#include<QApplication> #include<QApplication>