git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@52 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
144b59f561
commit
6c82e57709
19 changed files with 335 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.2 (2010-02-26)
|
||||
* Version 1.2 (2010-03-12)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -32,8 +32,8 @@ package writer2latex.api;
|
|||
public class ConverterFactory {
|
||||
|
||||
// Version information
|
||||
private static final String VERSION = "1.1.1";
|
||||
private static final String DATE = "2010-02-26";
|
||||
private static final String VERSION = "1.1.2";
|
||||
private static final String DATE = "2010-03-14";
|
||||
|
||||
/** Return version information
|
||||
* @return the Writer2LaTeX version in the form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue