]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
make ob_exit() take an error code. don't exit with 0 for signals other than TERM...
[chaz/openbox] / configure.ac
index 9807c79392dc2f9e6006e9151c8fccd7dd6d8d04..d1f2cc82595f67ce78df08492848489dbca55ccd 100644 (file)
@@ -28,7 +28,7 @@ AC_SUBST(OB_BINARY_AGE)
 AC_SUBST(OB_VERSION)
 
 dnl Libtool versioning
-LT_RELEASE=$VERSION
+LT_RELEASE=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
 LT_CURRENT=`expr $OB_MICRO_VERSION - $OB_INTERFACE_AGE`
 LT_REVISION=$OB_INTERFACE_AGE
 LT_AGE=`expr $OB_BINARY_AGE - $OB_INTERFACE_AGE`
This page took 0.020131 seconds and 4 git commands to generate.