From 5bceed4e32ca90a81ba0dc302f06f61f1dc44be6 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 30 Jan 2024 10:48:31 +0800 Subject: [PATCH] upgrade version to 1.0.72 --- INSTALL | 2 +- libfastcommon.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index b8d2623..228f9e5 100644 --- a/INSTALL +++ b/INSTALL @@ -12,5 +12,5 @@ Chinese language: http://www.fastken.com/ # the command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.66 + cd libfastcommon; git checkout V1.0.72 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 3a2f41e..bed149e 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -3,7 +3,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.71 +Version: 1.0.72 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL