Change support version

This commit is contained in:
lsv 2025-11-16 12:28:18 +05:00
parent 0a8bea18cd
commit 560bf4c080
2 changed files with 3 additions and 3 deletions

View file

@ -61,8 +61,8 @@ extern wxBitmapBundle GetBundleSVG(wxBitmap* std, wxString name, wxSize sz);
// Supported server minimum and maximum values. // Supported server minimum and maximum values.
const short SERVER_MIN_VERSION_N = 0x0804; const short SERVER_MIN_VERSION_N = 0x0804;
const wxString SERVER_MIN_VERSION_T = wxT("8.4"); const wxString SERVER_MIN_VERSION_T = wxT("8.4");
const short SERVER_MAX_VERSION_N = 0x1200; const short SERVER_MAX_VERSION_N = 0x1400;
const wxString SERVER_MAX_VERSION_T = wxT("18"); const wxString SERVER_MAX_VERSION_T = wxT("20");
// Supported Greenplum Database and Greenplum HAWQ minimum and maximum values. // Supported Greenplum Database and Greenplum HAWQ minimum and maximum values.
const short GP_MIN_VERSION_N = 0x0802; const short GP_MIN_VERSION_N = 0x0802;
const wxString GP_MIN_VERSION_T = wxT("8.2"); const wxString GP_MIN_VERSION_T = wxT("8.2");

View file

@ -18,7 +18,7 @@
#define VERSION_NUM 1,22,0,0 #define VERSION_NUM 1,22,0,0
#define VERSION_PACKAGE 1.22.2 #define VERSION_PACKAGE 1.22.2
#else #else
#define VERSION_STR wxT("1.26 Dev ASUTP support PG17") #define VERSION_STR wxT("1.26 Dev ASUTP support PG18")
#define VERSION_NUM 1,26,0,0 #define VERSION_NUM 1,26,0,0
#define VERSION_PACKAGE 1.26.0-dev #define VERSION_PACKAGE 1.26.0-dev