Updated to version 3.1.5 for development

We should bump the version immediately before and after release so the release version corresponds to a fixed snapshot of code.
This commit is contained in:
Sam Lantinga
2024-10-09 11:02:01 -07:00
parent 02f3a96476
commit ee9b6204cf
8 changed files with 17 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
/**
* \file SDL.h
*
* Main include header for the SDL library, version 3.1.3
* Main include header for the SDL library, version 3.1.5
*/
#ifndef SDL_h_

View File

@@ -62,7 +62,7 @@ extern "C" {
*
* \since This macro is available since SDL 3.0.0.
*/
#define SDL_MICRO_VERSION 3
#define SDL_MICRO_VERSION 5
/**
* This macro turns the version numbers into a numeric value.