Mercurial > hg > tema
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 wrap: on
 line diff
--- a/src/kryshen/tema/Tema.java Tue Mar 24 18:51:47 2009 +0300 +++ b/src/kryshen/tema/Tema.java Tue Mar 24 18:58:28 2009 +0300 @@ -52,10 +52,10 @@ */ public class Tema { public static final String TITLE = "Tema"; - public static final String VERSION = "0.3"; + public static final String VERSION = "0.3+"; public static final String AUTHOR = "Mikhail Kryshen"; public static final String COPYRIGHT = - "Copyright 2008 Mikhail Kryshen <mikhail@kryshen.pp.ru>"; + "Copyright 2009 Mikhail Kryshen <mikhail@kryshen.net>"; public static final String LICENSE = "This is free software. " + "You may redistribute copies of it under the terms of" +
