this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bumped to development version 0.11.0.

+3 -3
+1 -1
CMakeLists.txt
··· 27 27 option(SDL_gpu_DISABLE_GLES_2 "Disable OpenGLES 2.X renderer" OFF) 28 28 option(SDL_gpu_DISABLE_GLES_3 "Disable OpenGLES 3.X renderer" OFF) 29 29 30 - set(SDL_gpu_VERSION 0.10.0) 30 + set(SDL_gpu_VERSION 0.11.0) 31 31 32 32 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/scripts) 33 33
+1 -1
Doxyfile
··· 32 32 # This could be handy for archiving the generated documentation or 33 33 # if some version control system is used. 34 34 35 - PROJECT_NUMBER = 0.10.0 35 + PROJECT_NUMBER = 0.11.0 36 36 37 37 # Using the PROJECT_BRIEF tag one can provide an optional one line description 38 38 # for a project that appears at the top of each page and should give viewer
+1 -1
include/SDL_gpu.h
··· 14 14 15 15 // Compile-time versions 16 16 #define SDL_GPU_VERSION_MAJOR 0 17 - #define SDL_GPU_VERSION_MINOR 10 17 + #define SDL_GPU_VERSION_MINOR 11 18 18 #define SDL_GPU_VERSION_PATCH 0 19 19 20 20 /* Auto-detect if we're using the SDL2 API by the headers available. */