Skip to content

Commit

Permalink
Rel. 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mzattera committed Jan 1, 2021
1 parent 0f1cb00 commit 6e4b780
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified distr/lib/classes.jar
Binary file not shown.
Binary file modified distr/lib/jtools.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions distr/src/java/tools/js/tinyvm/TinyVMConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

public class TinyVMConstants
{
public static final String VERSION = "0.2.2.0";
public static final int MAGIC_MASK = 0x0220;
public static final String VERSION = "0.2.3.0";
public static final int MAGIC_MASK = 0x0230;

public static final int VERIFY_LEVEL = 2;

Expand Down
4 changes: 2 additions & 2 deletions distr/src/javavm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef _VERSION_H
#define _VERSION_H

#define VERSION "0.2.2.0"
#define MAGIC_MASK 0x0220
#define VERSION "0.2.3.0"
#define MAGIC_MASK 0x0230

#endif // _VERSION_H

0 comments on commit 6e4b780

Please sign in to comment.