fix version info

Убрано предупреждение о не поддерживаемой версии.
This commit is contained in:
lsv 2022-11-19 21:58:21 +05:00
parent 7374068728
commit df636ac670
4 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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");

View file

@ -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

Binary file not shown.