Commit 6000ddc 1 parent 4a1b2f9 commit 6000ddc Copy full SHA for 6000ddc
File tree 1 file changed +3
-3
lines changed
src/main/java/com/ibm/as400/access
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ public interface Copyright
347
347
348
348
// Constants for reference by AS400JDBCDriver.
349
349
static final int MAJOR_VERSION = 13 ; // ex: "13" indicates V7R5
350
- static final int MINOR_VERSION = 4 ; // ex: "1" indicates PTF #1 (1 is first PTF in a release)
351
- //Note: JTOpen 10.1 is synching with ptf 12.1
352
- static final String DRIVER_LEVEL = "07050004 " ; //(ex: 07050004 -> V7R5M0 PTF#4 ) (needed for hidden clientInfo) (each # is 2 digits in length)
350
+ static final int MINOR_VERSION = 5 ; // ex: "1" indicates PTF #1 (1 is first PTF in a release)
351
+ //Note: JTOpen 21.0.0 is synching with ptf 13.5
352
+ static final String DRIVER_LEVEL = "07050005 " ; //(ex: 07050005 -> V7R5M0 PTF#5 ) (needed for hidden clientInfo) (each # is 2 digits in length)
353
353
354
354
}
You can’t perform that action at this time.
0 commit comments