Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Feb 1, 2000
1 parent 192b070 commit 6425143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -561,9 +561,9 @@ fi

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


Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources

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

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 6425143

Please sign in to comment.