Bump minimum supported version to 9.3

We need to assume the existence of timeline switch following by
standbys.
This commit is contained in:
Ian Barwick
2015-01-06 08:29:57 +09:00
parent ba4413ce91
commit e3379c0fbf

View File

@@ -32,8 +32,8 @@
#define STANDBY_MODE 1
#define WITNESS_MODE 2
#define MIN_SUPPORTED_VERSION "9.1"
#define MIN_SUPPORTED_VERSION_NUM 90100
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300
#include "config.h"
#define MAXFILENAME 1024