Development version is now 1.3.2

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@163 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-08-25 05:58:20 +00:00
parent 799d832339
commit f79960ee86
9 changed files with 12 additions and 12 deletions

View file

@ -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)
############################################################################
-->
<project name="w2l" default="help" basedir=".">
@ -35,7 +35,7 @@
<!-- configure the directories -->
<property name="jarfile" value="writer2latex"/>
<property name="basename" value="writer2latex13"/>
<property name="distrofile" value="${basename}1alpha.zip" />
<property name="distrofile" value="${basename}2alpha.zip" />
<!--<property name="sourcedistrofile" value="${basename}source.zip" />-->
<property name="src" location="source/java"/>
<property name="source.distro" location="source/distro" />

View file

@ -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

Binary file not shown.

View file

@ -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)<br/>

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2latex.oxt"/>
<version value="1.3.1" />
<version value="1.3.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
<version value="1.3.1" />
<version value="1.3.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -4,7 +4,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.openoffice.da.writer4latex.oxt" />
<version value="1.3.1" />
<version value="1.3.2" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
</dependencies>

View file

@ -2,5 +2,5 @@
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006">
<identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" />
<version value="1.3.1" />
<version value="1.3.2" />
</description>

View file

@ -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.