From 2d1836054def5aeee1002d213ba6893dfd4e94c9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 24 Aug 2008 17:27:44 +0000 Subject: [PATCH] Corrected ISOBURN_MICRO_VERSION --- libisoburn/branches/ZeroTwoFour/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisoburn/branches/ZeroTwoFour/configure.ac b/libisoburn/branches/ZeroTwoFour/configure.ac index 29960f15..4de7e278 100644 --- a/libisoburn/branches/ZeroTwoFour/configure.ac +++ b/libisoburn/branches/ZeroTwoFour/configure.ac @@ -21,7 +21,7 @@ dnl dnl These three are only copies to provide libtool with unused LT_RELEASE ISOBURN_MAJOR_VERSION=0 ISOBURN_MINOR_VERSION=2 -ISOBURN_MICRO_VERSION=3 +ISOBURN_MICRO_VERSION=4 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION AC_SUBST(ISOBURN_MAJOR_VERSION)