Adapted to libisofs 0.6.11

Cette révision appartient à :
Thomas Schmitt 2008-10-19 17:23:17 +00:00
Parent d7bbca0ad8
révision da054ce8f8
3 fichiers modifiés avec 5 ajouts et 2 suppressions

Voir le fichier

@ -16,7 +16,7 @@ AC_SUBST(BURN_MICRO_VERSION)
LIBISOFS_MAJOR_VERSION=0
LIBISOFS_MINOR_VERSION=6
LIBISOFS_MICRO_VERSION=10
LIBISOFS_MICRO_VERSION=11
AC_SUBST(LIBISOFS_MAJOR_VERSION)
AC_SUBST(LIBISOFS_MINOR_VERSION)
AC_SUBST(LIBISOFS_MICRO_VERSION)

Voir le fichier

@ -96,6 +96,9 @@ xorriso_xorriso_SOURCES = \
libisofs/filter.h \
libisofs/filter.c \
libisofs/filters/xor_encrypt.c \
libisofs/system_area.h \
libisofs/system_area.c \
libisofs/make_isohybrid_mbr.c \
\
libburn/async.c \
libburn/async.h \

Voir le fichier

@ -1 +1 @@
#define Xorriso_timestamP "2008.10.17.123308"
#define Xorriso_timestamP "2008.10.19.172237"