From f543325e2e9b853f7804112b037d907c48adc877 Mon Sep 17 00:00:00 2001 From: henrikjust Date: Sun, 1 Mar 2009 20:51:29 +0000 Subject: [PATCH] Testing subclipse git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@6 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- source/distro/History.txt | 2 +- source/distro/Readme.txt | 8 ++++---- source/java/writer2latex/api/ConverterFactory.java | 6 +++--- source/readme-source.txt | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/distro/History.txt b/source/distro/History.txt index e80ec69..43df5d4 100644 --- a/source/distro/History.txt +++ b/source/distro/History.txt @@ -1,7 +1,7 @@ Version history for Writer2LaTeX ================================ -Version 0.9.4 (February 2009) +Version 1.0 beta (March 2009) -Filters: - Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions - Added (localized) dialogs to the filters diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt index f87afdd..f51a633 100644 --- a/source/distro/Readme.txt +++ b/source/distro/Readme.txt @@ -1,7 +1,7 @@ -Writer2LaTeX version 0.9.4 -========================== +Writer2LaTeX version 1.0 beta +============================= -This is the distribution of Writer2LaTeX version 0.9.4 +This is the distribution of Writer2LaTeX version 1.0 beta 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 -February 2009 +March 2009 Henrik Just diff --git a/source/java/writer2latex/api/ConverterFactory.java b/source/java/writer2latex/api/ConverterFactory.java index 3ae2478..0bf073b 100644 --- a/source/java/writer2latex/api/ConverterFactory.java +++ b/source/java/writer2latex/api/ConverterFactory.java @@ -20,7 +20,7 @@ * * All Rights Reserved. * - * Version 1.0 (2009-02-18) + * Version 1.0 (2009-03-02) * */ @@ -32,8 +32,8 @@ package writer2latex.api; public class ConverterFactory { // Version information - private static final String VERSION = "0.9.4"; - private static final String DATE = "2008-02-19"; + private static final String VERSION = "1.0 beta"; + private static final String DATE = "2008-03-02"; /** Return version information * @return the Writer2LaTeX version in the form diff --git a/source/readme-source.txt b/source/readme-source.txt index a75b598..1e878d4 100644 --- a/source/readme-source.txt +++ b/source/readme-source.txt @@ -1,5 +1,5 @@ -Writer2LaTeX source version 0.9.4 -================================= +Writer2LaTeX source version 1.0 beta +==================================== Writer2LaTeX is (c) 2002-2009 by Henrik Just. The source is available under the terms and conditions of the @@ -61,7 +61,7 @@ In addition to oxt, the build file supports the following targets: clean -Henrik Just, February 2009 +Henrik Just, March 2009 Thanks to Michael Niedermair for writing the original ant build file