diff --git a/INSTALL b/INSTALL index c8faf2a..b8d2623 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.65 + cd libfastcommon; git checkout V1.0.66 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 543d248..00b9a5b 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -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 diff --git a/make.sh b/make.sh index b5564af..4c2b44a 100755 --- a/make.sh +++ b/make.sh @@ -246,4 +246,3 @@ make $1 $2 $3 if [ "$1" = "clean" ]; then /bin/rm -f Makefile _os_define.h fi -