Skip to content

Commit

Permalink
Add version macro and set version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Jan 21, 2024
1 parent 52b94fc commit f984fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GPUPixelDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

#include <memory>

// version
#define GPUPIXEL_SDK_VERSION "v1.0.5"

#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
//define something for Windows (32-bit and 64-bit, this part is common)
#ifdef _WIN64
Expand Down Expand Up @@ -51,6 +54,7 @@
# error "Unknown compiler"
#endif

//
#if defined(GPUPIXEL_WIN)
#include <corecrt_math_defines.h>
#include <algorithm>
Expand Down

0 comments on commit f984fbf

Please sign in to comment.