mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-21 14:20:03 +01:00
updated version to 1.09
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user