Skip to content

Commit

Permalink
Updated for SDL 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 4, 2001
1 parent e393198 commit 85479f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

1.2.0:
Sam Lantinga - Wed Apr 4 12:42:20 PDT 2001
* Synchronized release version with SDL 1.2.0

1.1.1:
Berni - Wed Mar 7 09:18:02 PST 2001
* Added initial GIMP XCF support (disabled by default)
Expand Down
Binary file modified VisualC.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions configure.in
Expand Up @@ -12,10 +12,10 @@ dnl Set various version strings - taken gratefully from the GTk sources
# set BINARY_AGE and INTERFACE_AGE to 0.

MAJOR_VERSION=1
MINOR_VERSION=1
MICRO_VERSION=1
INTERFACE_AGE=1
BINARY_AGE=1
MINOR_VERSION=2
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 85479f1

Please sign in to comment.