upgrade version to 5.0.11

pull/56/merge
yuqing 2017-04-28 11:12:24 +08:00
parent 5e23bd9144
commit 3dce9275c3
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
int g_fdfs_connect_timeout = DEFAULT_CONNECT_TIMEOUT;
int g_fdfs_network_timeout = DEFAULT_NETWORK_TIMEOUT;
char g_fdfs_base_path[MAX_PATH_SIZE] = {'/', 't', 'm', 'p', '\0'};
Version g_fdfs_version = {5, 10};
Version g_fdfs_version = {5, 11};
bool g_use_connection_pool = false;
ConnectionPool g_connection_pool;
int g_connection_pool_max_idle_time = 3600;

View File

@ -3,7 +3,7 @@
%define FDFSClient libfdfsclient
%define FDFSClientDevel libfdfsclient-devel
%define FDFSTool fastdfs-tool
%define FDFSVersion 5.0.10
%define FDFSVersion 5.0.11
%define CommitVersion %(echo $COMMIT_VERSION)
Name: %{FastDFS}