Updated version
This commit is contained in:
parent
809ec6989e
commit
93b606ba99
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
|
@ -3,7 +3,7 @@
|
||||||
# Let's go to the folder containing the build.sh file
|
# Let's go to the folder containing the build.sh file
|
||||||
# We don't want to remove all .class files on the system should
|
# We don't want to remove all .class files on the system should
|
||||||
# the script run on /
|
# the script run on /
|
||||||
VERSION="0.2.1"
|
VERSION="0.2.2"
|
||||||
BASEDIR=$(dirname $0)
|
BASEDIR=$(dirname $0)
|
||||||
echo $BASEDIR
|
echo $BASEDIR
|
||||||
cd $BASEDIR
|
cd $BASEDIR
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ public class XI5250Emulator extends XI5250Crt implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
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_ROWS = 27;
|
||||||
public static final int MAX_COLS = 132;
|
public static final int MAX_COLS = 132;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue