Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Version.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define PHASOR_MAJOR_VERSION 0x02000721
4 #define PHASOR_MAJOR_VERSION_STR L"02.00.07.21"
5 #define PHASOR_INTERNAL_VERSION 0x01
6 #ifdef PHASOR_PC
7 #define PHASOR_HALO_BUILD L"PC"
8 #elif PHASOR_CE
9 #define PHASOR_HALO_BUILD L"CE"
10 #else
11 static_assert(false, "define PHASOR_PC or PHASOR_CE");
12 #endif