0.91 release

This commit is contained in:
Brian Matzon 2004-07-21 15:00:24 +00:00
parent b720082dad
commit 62ed747bce
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import java.io.IOException;
* @version $Revision$
*/
public final class Sys {
public static final String VERSION = "0.9pre";
public static final String VERSION = "0.91";
/** Low process priority. @see #setProcessPriority() */
public static final int LOW_PRIORITY = -1;

View File

@ -41,7 +41,7 @@
#include "common_tools.h"
static bool debug = false;
static const char* VERSION = "0.9pre";
static const char* VERSION = "0.91";
JavaVM *jvm;
void initAttribList(attrib_list_t *list) {