From: Jirka Kosek Date: Mon, 17 Dec 2007 13:56:23 +0000 (+0000) Subject: Preparing for 1.0.1 release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92ff31bdb1688ff88fdc9a27d2619c0e34f370ac;p=docbook-dsssl Preparing for 1.0.1 release --- diff --git a/contrib/tools/fo-editor/build.xml b/contrib/tools/fo-editor/build.xml index ead7be77b..3a4774777 100644 --- a/contrib/tools/fo-editor/build.xml +++ b/contrib/tools/fo-editor/build.xml @@ -16,6 +16,7 @@ + @@ -29,7 +30,7 @@ - + @@ -97,7 +98,7 @@ description="Generate and pack the distribution" > - diff --git a/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java b/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java index fc2ca2b70..354835bf7 100644 --- a/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java +++ b/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java @@ -19,7 +19,7 @@ public class OptionItems { public static final String OPTION_PATH = "options.xml"; /** The version of the application */ - public static final String APPLICATION_VERSION = "1.0"; + public static final String APPLICATION_VERSION = "1.0.1"; /** The stylesheet XSL namespace */ public static final String XSL_NAMESPACE = "http://www.w3.org/1999/XSL/Transform";