diff --git a/frm/frmAbout.cpp b/frm/frmAbout.cpp index 202f3f2..1c8ab51 100644 --- a/frm/frmAbout.cpp +++ b/frm/frmAbout.cpp @@ -21,7 +21,7 @@ #include "copyright.h" #include "version.h" -#define VERSION_WITH_DATE_AND_SVN wxT("Version ") VERSION_STR wxT(" (") __TDATE__ wxT(", rev: ") wxT("") wxT(")") +#define VERSION_WITH_DATE_AND_SVN wxT("Version ") VERSION_STR wxT(" (") __TDATE__ wxT("") wxT("") wxT(")") BEGIN_EVENT_TABLE(frmAbout, wxFrame) diff --git a/include/pgAdmin3.h b/include/pgAdmin3.h index 463ab21..0e22450 100644 --- a/include/pgAdmin3.h +++ b/include/pgAdmin3.h @@ -61,8 +61,8 @@ // 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 = 0x0F00; -const wxString SERVER_MAX_VERSION_T = wxT("15"); +const short SERVER_MAX_VERSION_N = 0x1100; +const wxString SERVER_MAX_VERSION_T = wxT("17"); // 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"); diff --git a/include/version.h b/include/version.h index 981e99b..237a3ea 100644 --- a/include/version.h +++ b/include/version.h @@ -13,7 +13,7 @@ #define VERSION_H // Application Versions -#define VERSION_STR wxT("1.26 Dev ASUTP support PG14") +#define VERSION_STR wxT("1.26 Dev ASUTP support PG15") #define VERSION_NUM 1,26,0,0 #define VERSION_PACKAGE 1.26.0-dev diff --git a/x64/Release_(3.0)/pgAdmin3.exe b/x64/Release_(3.0)/pgAdmin3.exe index ef0ea7e..c6ed32c 100644 Binary files a/x64/Release_(3.0)/pgAdmin3.exe and b/x64/Release_(3.0)/pgAdmin3.exe differ