diff --git a/jtopenlite/com/ibm/jtopenlite/About.java b/jtopenlite/com/ibm/jtopenlite/About.java index eaa12a6ea..1d5326779 100644 --- a/jtopenlite/com/ibm/jtopenlite/About.java +++ b/jtopenlite/com/ibm/jtopenlite/About.java @@ -33,7 +33,7 @@ public class About { * we just use the current date. This date is automatically adjusted * each time jtopenlite.jar is built. */ - public static String INTERFACE_LEVEL="20150729"; + public static String INTERFACE_LEVEL="20230219"; } diff --git a/src/com/ibm/as400/access/Copyright.java b/src/com/ibm/as400/access/Copyright.java index ff8fb60b4..59c85661c 100644 --- a/src/com/ibm/as400/access/Copyright.java +++ b/src/com/ibm/as400/access/Copyright.java @@ -340,8 +340,8 @@ public interface Copyright public static String copyright = "Copyright (C) 1997-2020 International Business Machines Corporation and others."; // Name of current release to be picked up by Java doc build. public static String JTOpenName = "JTOpen 11.2"; - // built=20221010 automatically set by the build (see build.xml) - public static String version = "Open Source Software, "+JTOpenName+" codebase 5770-SS1 V7R5M0.00 built=20221010 @AI9"; + // built=20230219 automatically set by the build (see build.xml) + public static String version = "Open Source Software, "+JTOpenName+" codebase 5770-SS1 V7R5M0.00 built=20230219 @AI9"; // Constants for reference by AS400JDBCDriver.