changeset 16:5a38106d7a21

Update version info.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 24 Mar 2009 18:58:28 +0300
parents e9d13c7ffeb1
children 5ebf123f3486
files src/kryshen/tema/Tema.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/src/kryshen/tema/Tema.java	Tue Mar 24 18:51:47 2009 +0300
     1.2 +++ b/src/kryshen/tema/Tema.java	Tue Mar 24 18:58:28 2009 +0300
     1.3 @@ -52,10 +52,10 @@
     1.4   */
     1.5  public class Tema {
     1.6      public static final String TITLE = "Tema";
     1.7 -    public static final String VERSION = "0.3";
     1.8 +    public static final String VERSION = "0.3+";
     1.9      public static final String AUTHOR = "Mikhail Kryshen";    
    1.10      public static final String COPYRIGHT = 
    1.11 -            "Copyright 2008 Mikhail Kryshen <mikhail@kryshen.pp.ru>";
    1.12 +            "Copyright 2009 Mikhail Kryshen <mikhail@kryshen.net>";
    1.13      public static final String LICENSE = 
    1.14              "This is free software. " + 
    1.15              "You may redistribute copies of it under the terms of" +