mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
Change support version
This commit is contained in:
parent
0a8bea18cd
commit
560bf4c080
2 changed files with 3 additions and 3 deletions
|
|
@ -61,8 +61,8 @@ extern wxBitmapBundle GetBundleSVG(wxBitmap* std, wxString name, wxSize sz);
|
|||
// Supported server minimum and maximum values.
|
||||
const short SERVER_MIN_VERSION_N = 0x0804;
|
||||
const wxString SERVER_MIN_VERSION_T = wxT("8.4");
|
||||
const short SERVER_MAX_VERSION_N = 0x1200;
|
||||
const wxString SERVER_MAX_VERSION_T = wxT("18");
|
||||
const short SERVER_MAX_VERSION_N = 0x1400;
|
||||
const wxString SERVER_MAX_VERSION_T = wxT("20");
|
||||
// Supported Greenplum Database and Greenplum HAWQ minimum and maximum values.
|
||||
const short GP_MIN_VERSION_N = 0x0802;
|
||||
const wxString GP_MIN_VERSION_T = wxT("8.2");
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#define VERSION_NUM 1,22,0,0
|
||||
#define VERSION_PACKAGE 1.22.2
|
||||
#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_PACKAGE 1.26.0-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue