changeset 548:cbb8f13ca516 stable-1.0

Yet-another attempt to properly fix soname.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 20 Apr 2008 20:36:33 +0000
parents 91ecafae17bc
children 394e3ec86164
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Apr 19 05:06:36 2008 +0000
+++ b/configure.in	Sun Apr 20 20:36:33 2008 +0000
@@ -15,9 +15,9 @@
 
 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)