upgrade version to 1.0.66

remotes/origin/fstore_storage_engine V1.0.66
YuQing 2023-02-15 21:06:06 +08:00
parent ee3631d426
commit d81b75e4da
3 changed files with 2 additions and 3 deletions

View File

@ -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.65
cd libfastcommon; git checkout V1.0.66
./make.sh clean && ./make.sh && ./make.sh install

View File

@ -3,7 +3,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)
Name: libfastcommon
Version: 1.0.65
Version: 1.0.66
Release: 1%{?dist}
Summary: c common functions library extracted from my open source projects FastDFS
License: LGPL

View File

@ -246,4 +246,3 @@ make $1 $2 $3
if [ "$1" = "clean" ]; then
/bin/rm -f Makefile _os_define.h
fi