From 76652dcbe80a203f1cf082a0d4d7d9aeb20960a0 Mon Sep 17 00:00:00 2001 From: Lawrence D'Oliveiro Date: Thu, 18 Mar 2010 07:53:34 +0000 Subject: [PATCH] call this version 0.6.18 --- ChangeLog | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41c1ae6..bbb8afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -0.6.15+ldo: ?? +0.6.18: 2010 March 18 implement link-subset jumps implement audio and subpicture content attributes use dynamically-sized buffer for building IFO files + version jump to forestall fork confusion 0.6.15-ldo: 2010 March 4 consistently check for errors on all file opens and when creating output directories diff --git a/configure.ac b/configure.ac index 579cc16..7d78960 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(DVDAuthor,0.6.15+ldo,dvdauthor-users@lists.sourceforge.net) +AC_INIT(DVDAuthor,0.6.18,dvdauthor-users@lists.sourceforge.net) AM_CONFIG_HEADER(src/config.h) AC_CONFIG_AUX_DIR(autotools)