# libtool shared library version
# Increment if the interface has additions, changes, removals.
-LT_CURRENT=5
+LT_CURRENT=4
# Increment any time the source changes; set to
# 0 if you increment CURRENT
dnl ===========================================================================
+# plugin version
+
+# Increment if the interface has additions, changes, removals.
+GVPLUGIN_CURRENT=5
+
+dnl ===========================================================================
+
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR(config)
# This nonsense drives me crazy!!
case "${host_os}" in
*irix* | *nonstopux* )
- GVPLUGIN_VERSION=`expr $LT_CURRENT + 1`
+ GVPLUGIN_VERSION=`expr $GVPLUGIN_CURRENT + 1`
;;
* )
- GVPLUGIN_VERSION=$LT_CURRENT
+ GVPLUGIN_VERSION=$GVPLUGIN_CURRENT
;;
esac
AC_DEFINE_UNQUOTED(GVPLUGIN_VERSION,$GVPLUGIN_VERSION,[Compatibility version number for plugins.])