Updated version

This commit is contained in:
dotmg 2026-01-16 17:08:00 +01:00
parent 809ec6989e
commit 93b606ba99
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Let's go to the folder containing the build.sh file
# We don't want to remove all .class files on the system should
# the script run on /
VERSION="0.2.1"
VERSION="0.2.2"
BASEDIR=$(dirname $0)
echo $BASEDIR
cd $BASEDIR

View file

@ -126,7 +126,7 @@ public class XI5250Emulator extends XI5250Crt implements Serializable {
private static final long serialVersionUID = 1L;
public static final String VERSION = "0.1 (1.19i)";
public static final String VERSION = "0.2.2 (1.19i)";
public static final int MAX_ROWS = 27;
public static final int MAX_COLS = 132;