mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
fix version info
Убрано предупреждение о не поддерживаемой версии.
This commit is contained in:
parent
7374068728
commit
df636ac670
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue