From f8715da40eaa8a15db4fb9e9f04335a773796683 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 16 Mar 2009 11:14:47 +0000 Subject: [PATCH] Adjusted forgotten version number --- libisoburn/branches/ZeroThreeSix/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisoburn/branches/ZeroThreeSix/configure.ac b/libisoburn/branches/ZeroThreeSix/configure.ac index 21fae28a..2fd8fb07 100644 --- a/libisoburn/branches/ZeroThreeSix/configure.ac +++ b/libisoburn/branches/ZeroThreeSix/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=3 -ISOBURN_MICRO_VERSION=5 +ISOBURN_MICRO_VERSION=6 dnl ISOBURN_VERSION=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION.$ISOBURN_MICRO_VERSION AC_SUBST(ISOBURN_MAJOR_VERSION)