Skip to content

Commit

Permalink
Yet-another attempt to properly fix soname.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 20, 2008
1 parent 0ce1e75 commit 97fa88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -15,9 +15,9 @@ dnl ---------------------------------------------------------------------

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

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 97fa88a

Please sign in to comment.