Skip to content

Commit

Permalink
Corrected autotool library versioning for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2018
1 parent fcd3abe commit 14bef70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -2476,8 +2476,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=3
INTERFACE_AGE=0
BINARY_AGE=2
INTERFACE_AGE=1
BINARY_AGE=3
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION


Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -14,8 +14,8 @@ dnl Set various version strings - taken gratefully from the GTk sources
MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=3
INTERFACE_AGE=0
BINARY_AGE=2
INTERFACE_AGE=1
BINARY_AGE=3
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 14bef70

Please sign in to comment.