From ca0179ad57aaaf28e4937ff2b7e26c566802186c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 10 May 2008 19:40:35 +0000 Subject: [PATCH] Adapted xorriso standalone production to new libburn cycle 0.4.7 --- xorriso/configure_ac.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 5ba7e871..ad78c1d4 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([subdir-objects]) BURN_MAJOR_VERSION=0 BURN_MINOR_VERSION=4 -BURN_MICRO_VERSION=5 +BURN_MICRO_VERSION=7 AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MINOR_VERSION) AC_SUBST(BURN_MICRO_VERSION)