@@ -40,8 +40,8 @@ public class CompassUtilities {
4040 public static boolean onLinux = false ;
4141 public static String onPlatform = uninitialized ;
4242
43- public static final String thisProgVersion = "2025-12 " ;
44- public static final String thisProgVersionDate = "December 2025 " ;
43+ public static final String thisProgVersion = "2026-03 " ;
44+ public static final String thisProgVersionDate = "March 2026 " ;
4545 public static final String thisProgName = "Babelfish Compass" ;
4646 public static final String thisProgNameLong = "Compatibility assessment tool for Babelfish for PostgreSQL" ;
4747 public static final String thisProgNameExec = "Compass" ;
@@ -112,8 +112,8 @@ public class CompassUtilities {
112112 public String targetBabelfishVersionReportLine = "Target Babelfish version : v." ; // line in report listing the target version
113113 public boolean stdReport = false ; // development only
114114
115- public static List <String > BabelfishVersionList = Arrays .asList ("1.0.0" , "1.1.0" , "1.2.0" , "1.3.0" , "1.4.0" , "1.5.0" , "2.1.0" , "2.2.0" , "2.3.0" , "2.4.0" , "3.1.0" , "3.2.0" , "3.3.0" , "3.4.0" , "3.5.0" , "4.0.0" , "4.1.0" , "4.2.0" , "4.3.0" , "4.4.0" , "4.5.0" , "4.6.0" , "4.7.0" , "4.8.0" , "5.1.0" , "5.2.0" , "5.3.0" , "5.4.0" );
116- public static List <String > BabelfishPGVersionList = Arrays .asList ("13.4" , "13.5" , "13.6" , "13.7" , "13.8" , "13.9" , "14.3/4" , "14.5" , "14.6" , "14.7" , "15.2" , "15.3" , "15.4" , "15.5" , "15.6" , "16.1" , "16.2" , "16.3" , "16.4" , "16.6" , "16.8" , "16.9" , "16.10" , "16.11" , "17.4" , "17.5" , "17.6" , "17.7" );
115+ public static List <String > BabelfishVersionList = Arrays .asList ("1.0.0" , "1.1.0" , "1.2.0" , "1.3.0" , "1.4.0" , "1.5.0" , "2.1.0" , "2.2.0" , "2.3.0" , "2.4.0" , "3.1.0" , "3.2.0" , "3.3.0" , "3.4.0" , "3.5.0" , "4.0.0" , "4.1.0" , "4.2.0" , "4.3.0" , "4.4.0" , "4.5.0" , "4.6.0" , "4.7.0" , "4.8.0" , "5.1.0" , "5.2.0" , "5.3.0" , "5.4.0" , "5.5.0" , "6.0.0" );
116+ public static List <String > BabelfishPGVersionList = Arrays .asList ("13.4" , "13.5" , "13.6" , "13.7" , "13.8" , "13.9" , "14.3/4" , "14.5" , "14.6" , "14.7" , "15.2" , "15.3" , "15.4" , "15.5" , "15.6" , "16.1" , "16.2" , "16.3" , "16.4" , "16.6" , "16.8" , "16.9" , "16.10" , "16.11" , "17.4" , "17.5" , "17.6" , "17.7" , "17.8" , "18.2" );
117117
118118 // minimum Babelfish version; this is fixed
119119 public static final String baseBabelfishVersion = "1.0.0" ;
0 commit comments