Bumped the version in subversion to 1.2.12
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402108
This commit is contained in:
parent
8460b069f6
commit
dd8038b0e4
3 changed files with 4 additions and 4 deletions
BIN
VisualC.zip
BIN
VisualC.zip
Binary file not shown.
|
@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
|
|||
#
|
||||
SDL_MAJOR_VERSION=1
|
||||
SDL_MINOR_VERSION=2
|
||||
SDL_MICRO_VERSION=11
|
||||
SDL_INTERFACE_AGE=0
|
||||
SDL_BINARY_AGE=11
|
||||
SDL_MICRO_VERSION=12
|
||||
SDL_INTERFACE_AGE=1
|
||||
SDL_BINARY_AGE=12
|
||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
||||
|
||||
AC_SUBST(SDL_MAJOR_VERSION)
|
||||
|
|
|
@ -37,7 +37,7 @@ extern "C" {
|
|||
*/
|
||||
#define SDL_MAJOR_VERSION 1
|
||||
#define SDL_MINOR_VERSION 2
|
||||
#define SDL_PATCHLEVEL 11
|
||||
#define SDL_PATCHLEVEL 12
|
||||
|
||||
typedef struct SDL_version {
|
||||
Uint8 major;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue