Commit a9c22581 authored by Sam Lantinga's avatar Sam Lantinga

Updated the version to 1.2.14 for the next release.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403842
parent b0f6c3e9
No preview for this file type
...@@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the GTk sources ...@@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
# #
SDL_MAJOR_VERSION=1 SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2 SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=13 SDL_MICRO_VERSION=14
SDL_INTERFACE_AGE=2 SDL_INTERFACE_AGE=3
SDL_BINARY_AGE=13 SDL_BINARY_AGE=14
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
AC_SUBST(SDL_MAJOR_VERSION) AC_SUBST(SDL_MAJOR_VERSION)
......
...@@ -37,7 +37,7 @@ extern "C" { ...@@ -37,7 +37,7 @@ extern "C" {
*/ */
#define SDL_MAJOR_VERSION 1 #define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2 #define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 13 #define SDL_PATCHLEVEL 14
typedef struct SDL_version { typedef struct SDL_version {
Uint8 major; Uint8 major;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment