Skip to content

Commit

Permalink
v11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Mar 9, 2023
1 parent 8a8ae8e commit 0e4f237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jtopenlite/com/ibm/jtopenlite/About.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";


}
4 changes: 2 additions & 2 deletions src/com/ibm/as400/access/Copyright.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e4f237

Please sign in to comment.