This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- libsvg-cairo-0.1.6.old/configure.in +++ libsvg-cairo-0.1.6/configure.in @@ -5,21 +5,7 @@ # Package version number, (as distinct from shared library version) LIBSVG_CAIRO_VERSION=0.1.6 -# libtool shared library version - -# Increment if the interface has additions, changes, removals. -LT_CURRENT=1 - -# Increment any time the source changes; set to -# 0 if you increment CURRENT -LT_REVISION=1 - -# Increment if any interfaces have been added; set to 0 -# if any interfaces have been removed. removal has -# precedence over adding, so set to 0 if both happened. -LT_AGE=0 - -VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" +VERSION_INFO="1:1:0" AC_SUBST(VERSION_INFO) dnl ===========================================================================