diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt
index f0266a0..25a550b 100644
--- a/source/distro/Readme.txt
+++ b/source/distro/Readme.txt
@@ -1,7 +1,7 @@
-Writer2LaTeX version 1.1.8 (alpha test release)
+Writer2LaTeX version 1.1.9 (alpha test release)
===============================================
-This is the distribution of Writer2LaTeX version 1.1.8
+This is the distribution of Writer2LaTeX version 1.1.9
Latest version can be found at the web site
http://writer2latex.sourceforge.net
@@ -14,5 +14,5 @@ Bugs and feature requests should be reported to
henrikjust (at) openoffice.org
-July 2011
+August 2011
Henrik Just
diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt
index 79c7703..ad3eee3 100644
--- a/source/distro/changelog.txt
+++ b/source/distro/changelog.txt
@@ -1,5 +1,7 @@
Changelog for Writer2LaTeX version 1.0 -> 1.2
+---------- version 1.1.9 ----------
+
---------- version 1.1.8 ----------
[all] Added support for JPEG images with EXIF data
diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt
index 2b33135..b0e2014 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 aefc70b..619ecba 100644
--- a/source/java/writer2latex/api/ConverterFactory.java
+++ b/source/java/writer2latex/api/ConverterFactory.java
@@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
- * Version 1.2 (2011-08-05)
+ * Version 1.2 (2011-08-09)
*
*/
@@ -32,8 +32,8 @@ package writer2latex.api;
public class ConverterFactory {
// Version information
- private static final String VERSION = "1.1.8";
- private static final String DATE = "2011-08-05";
+ private static final String VERSION = "1.1.9";
+ private static final String DATE = "2011-08-09";
/** 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 b156186..7b21c77 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 a24e02b..bde317c 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 f8684d7..933a9db 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 33dc2fe..af8e19e 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 d005fcb..9ddfa63 100644
--- a/source/readme-source.txt
+++ b/source/readme-source.txt
@@ -1,4 +1,4 @@
-Writer2LaTeX source version 1.1.8
+Writer2LaTeX source version 1.1.9
=================================
Writer2LaTeX is (c) 2002-2011 by Henrik Just.
@@ -95,7 +95,7 @@ In addition to oxt, the build file supports the following targets:
clean
-Henrik Just, July 2011
+Henrik Just, August 2011
Thanks to Michael Niedermair for writing the original ant build file