mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-02 16:26:28 +00:00
Bumped the version number for the next release
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401225
This commit is contained in:
parent
7fcbae510e
commit
19bd837abc
BIN
VisualC.zip
BIN
VisualC.zip
Binary file not shown.
@ -14,9 +14,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
|
||||
#
|
||||
SDL_MAJOR_VERSION=1
|
||||
SDL_MINOR_VERSION=2
|
||||
SDL_MICRO_VERSION=9
|
||||
SDL_INTERFACE_AGE=2
|
||||
SDL_BINARY_AGE=9
|
||||
SDL_MICRO_VERSION=10
|
||||
SDL_INTERFACE_AGE=3
|
||||
SDL_BINARY_AGE=10
|
||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
||||
|
||||
AC_SUBST(SDL_MAJOR_VERSION)
|
||||
|
@ -42,7 +42,7 @@ extern "C" {
|
||||
*/
|
||||
#define SDL_MAJOR_VERSION 1
|
||||
#define SDL_MINOR_VERSION 2
|
||||
#define SDL_PATCHLEVEL 9
|
||||
#define SDL_PATCHLEVEL 10
|
||||
|
||||
typedef struct SDL_version {
|
||||
Uint8 major;
|
||||
|
Loading…
Reference in New Issue
Block a user