From 128e04b2ec408eb16b14052f69de9d02fd34fb73 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 16 Jan 2026 14:45:48 +0800 Subject: [PATCH] upgrade version to 1.0.84 --- INSTALL | 2 +- libfastcommon.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index bfe5116..f054196 100644 --- a/INSTALL +++ b/INSTALL @@ -21,5 +21,5 @@ Debian, Ubuntu etc.: # the command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.83 + cd libfastcommon; git checkout V1.0.84 ./make.sh clean && ./make.sh && sudo ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 4506af8..5614f40 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -3,7 +3,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.83 +Version: 1.0.84 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL