Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bump version to 1.2.3
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+3
−3
configure.in
-
+1
−1
include/SDL_version.h
|
@@ -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=2 |
|
|
SDL_INTERFACE_AGE=2 |
|
|
SDL_BINARY_AGE=2 |
|
|
SDL_MICRO_VERSION=3 |
|
|
SDL_INTERFACE_AGE=3 |
|
|
SDL_BINARY_AGE=3 |
|
|
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 2 |
|
|
#define SDL_PATCHLEVEL 3 |
|
|
|
|
|
typedef struct { |
|
|
Uint8 major; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.