From 93b606ba998bbf25edbd5bd158d9f46ba09dbcdd Mon Sep 17 00:00:00 2001 From: dotmg Date: Fri, 16 Jan 2026 17:08:00 +0100 Subject: [PATCH] Updated version --- build.sh | 2 +- net/infordata/em/tn5250/XI5250Emulator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index bd7ec2d..274ff6c 100644 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/net/infordata/em/tn5250/XI5250Emulator.java b/net/infordata/em/tn5250/XI5250Emulator.java index b80ea91..d997b80 100644 --- a/net/infordata/em/tn5250/XI5250Emulator.java +++ b/net/infordata/em/tn5250/XI5250Emulator.java @@ -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;