From 896d59c02efae565f5244ba149859191fd99f061 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 16 Jan 2011 18:27:08 +0000 Subject: [PATCH] Adapted GNU xorriso to version leap libisofs-1.0.1 , libburn-1.0.1 --- xorriso/configure_ac.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index e2c33816..9a77f433 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -20,16 +20,16 @@ AC_CONFIG_HEADER(config.h) AH_TEMPLATE([Xorriso_standalonE], [Define to prepare sources for statically linked xorriso]) AC_DEFINE([Xorriso_standalonE], []) -BURN_MAJOR_VERSION=0 -BURN_MINOR_VERSION=9 +BURN_MAJOR_VERSION=1 +BURN_MINOR_VERSION=0 BURN_MICRO_VERSION=1 AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MINOR_VERSION) AC_SUBST(BURN_MICRO_VERSION) -LIBISOFS_MAJOR_VERSION=0 -LIBISOFS_MINOR_VERSION=6 -LIBISOFS_MICRO_VERSION=41 +LIBISOFS_MAJOR_VERSION=1 +LIBISOFS_MINOR_VERSION=0 +LIBISOFS_MICRO_VERSION=1 AC_SUBST(LIBISOFS_MAJOR_VERSION) AC_SUBST(LIBISOFS_MINOR_VERSION) AC_SUBST(LIBISOFS_MICRO_VERSION)