From 2d6c71d33599846b96bf6e79b91d218904b0df61 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 4 Jan 2009 11:52:18 +0000 Subject: [PATCH] Standalone version switch to libburn-0.6.1 --- xorriso/configure_ac.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 96f9910f..240d6bb2 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -8,8 +8,8 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([subdir-objects]) BURN_MAJOR_VERSION=0 -BURN_MINOR_VERSION=5 -BURN_MICRO_VERSION=9 +BURN_MINOR_VERSION=6 +BURN_MICRO_VERSION=1 AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MINOR_VERSION) AC_SUBST(BURN_MICRO_VERSION)