diff --git a/build.xml b/build.xml index 07b31dc..e04d850 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ ############################################################################ # This is the Ant build file for writer2latex # Original: Sep 2004 (mgn) - # version 1.4 (2014-08-08) + # version 1.4 (2014-08-25) ############################################################################ --> @@ -35,7 +35,7 @@ - + diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt index a7d3ea9..ed71e9b 100644 --- a/source/distro/Readme.txt +++ b/source/distro/Readme.txt @@ -1,7 +1,7 @@ -Writer2LaTeX version 1.3.1 (alpha test release) +Writer2LaTeX version 1.3.2 (alpha test release) =============================================== -This is the distribution of Writer2LaTeX version 1.3.1 alpha +This is the distribution of Writer2LaTeX version 1.3.2 alpha Latest version can be found at the web site http://writer2latex.sourceforge.net diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt index b27f34b..a4117a6 100644 Binary files a/source/distro/doc/user-manual.odt and b/source/distro/doc/user-manual.odt differ diff --git a/source/java/writer2latex/api/ConverterFactory.java b/source/java/writer2latex/api/ConverterFactory.java index 71eaf34..9ab05fe 100644 --- a/source/java/writer2latex/api/ConverterFactory.java +++ b/source/java/writer2latex/api/ConverterFactory.java @@ -20,7 +20,7 @@ * * All Rights Reserved. * - * Version 1.4 (2012-08-20) + * Version 1.4 (2012-08-25) * */ @@ -32,8 +32,8 @@ package writer2latex.api; public class ConverterFactory { // Version information - private static final String VERSION = "1.3.1"; - private static final String DATE = "2014-08-20"; + private static final String VERSION = "1.3.2"; + private static final String DATE = "2014-08-24"; /** Return the Writer2LaTeX version in the form * (major version).(minor version).(patch level)
diff --git a/source/oxt/writer2latex/description.xml b/source/oxt/writer2latex/description.xml index b068801..7e3a8f4 100644 --- a/source/oxt/writer2latex/description.xml +++ b/source/oxt/writer2latex/description.xml @@ -5,7 +5,7 @@ - + diff --git a/source/oxt/writer2xhtml/description.xml b/source/oxt/writer2xhtml/description.xml index 216b4ef..d203949 100644 --- a/source/oxt/writer2xhtml/description.xml +++ b/source/oxt/writer2xhtml/description.xml @@ -5,7 +5,7 @@ - + diff --git a/source/oxt/writer4latex/description.xml b/source/oxt/writer4latex/description.xml index 2c7aa4f..17a8e8e 100644 --- a/source/oxt/writer4latex/description.xml +++ b/source/oxt/writer4latex/description.xml @@ -4,7 +4,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink"> - + diff --git a/source/oxt/xhtml-config-sample/description.xml b/source/oxt/xhtml-config-sample/description.xml index 32a161a..e49dd0f 100644 --- a/source/oxt/xhtml-config-sample/description.xml +++ b/source/oxt/xhtml-config-sample/description.xml @@ -2,5 +2,5 @@ - + diff --git a/source/readme-source.txt b/source/readme-source.txt index 61a5542..63acf9b 100644 --- a/source/readme-source.txt +++ b/source/readme-source.txt @@ -1,4 +1,4 @@ -Writer2LaTeX source version 1.3.1 alpha +Writer2LaTeX source version 1.3.2 alpha ======================================= Writer2LaTeX is (c) 2002-2014 by Henrik Just.