New version now that we're deployed by Java WebStart, etc.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@915 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-11 17:33:43 +00:00
parent 5e802a2f3e
commit e91631e6f5
+2 -2
View File
@@ -1,5 +1,5 @@
//
// $Id: Version.java,v 1.1 2002/03/03 06:32:11 mdb Exp $
// $Id: Version.java,v 1.2 2002/11/11 17:33:43 mdb Exp $
package robodj;
@@ -9,5 +9,5 @@ package robodj;
public class Version
{
/** The application release version. */
public static String RELEASE_VERSION = "1.2";
public static String RELEASE_VERSION = "1.3";
}