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__
|
||||
|
||||
#ifdef __linux__
|
||||
#define ac_version "v1.08 (Linux)"
|
||||
#define ac_version "v1.09 (Linux)"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define ac_version "v1.08 (Apple)"
|
||||
#define ac_version "v1.09 (Apple)"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define ac_version "v1.08 (Windows)"
|
||||
#define ac_version "v1.09 (Windows)"
|
||||
#endif
|
||||
|
||||
#ifndef ac_version
|
||||
#define ac_version "v1.08 (Generic)"
|
||||
#define ac_version "v1.09 (Generic)"
|
||||
#endif
|
||||
|
||||
#include<QApplication>
|
||||
|
||||
Reference in New Issue
Block a user