From 746d2f05335bf8dfcdd087e5dc5fc10644602380 Mon Sep 17 00:00:00 2001 From: lylei Date: Fri, 3 Mar 2017 11:30:03 +0800 Subject: [PATCH] Modify version (#870) (#null) --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index c748402c..80c4010d 100644 --- a/src/version.h +++ b/src/version.h @@ -5,9 +5,9 @@ #ifndef BAIDU_BFS_VERSION_H_ #define BAIDU_BFS_VERSION_H_ -static const int kMajorVersion = 1; -static const int kMinorVersion = 0; -static const int kRevision = 0; +static const int kMajorVersion = 0; +static const int kMinorVersion = 5; +static const int kRevision = 2; static const char kCompiler[] = __VERSION__; extern void PrintSystemVersion();