From e96127a0402f52e17b487221e54e55421399c7d8 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 25 Dec 2020 10:25:03 +0800 Subject: [PATCH] upgrade version to 1.0.45 --- INSTALL | 2 +- libfastcommon.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index b10284e..b48a8a9 100644 --- a/INSTALL +++ b/INSTALL @@ -12,6 +12,6 @@ Chinese language: http://www.fastken.com/ # the command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.43 + cd libfastcommon; git checkout V1.0.45 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 3d0945e..2321777 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -4,7 +4,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.44 +Version: 1.0.45 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL -- GitLab