From 3cca66ac151aca6e4aa8a3cc05588f11ac6fd578 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 30 Jun 2026 09:51:38 +0800 Subject: [PATCH] upgrade version to 1.0.86 --- INSTALL | 2 +- libfastcommon.spec | 2 +- src/fc_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 1aada29..d115088 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.85 + cd libfastcommon; git checkout V1.0.86 ./make.sh clean && ./make.sh && sudo ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 9a529db..a2da844 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -3,7 +3,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.85 +Version: 1.0.86 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL diff --git a/src/fc_version.h b/src/fc_version.h index 8549ef5..2d8d595 100644 --- a/src/fc_version.h +++ b/src/fc_version.h @@ -22,7 +22,7 @@ #define FC_MAJOR_VERSION 1 #define FC_MINOR_VERSION 0 -#define FC_PATCH_VERSION 85 +#define FC_PATCH_VERSION 86 #define FC_VERSION_INT FC_VERSION_TO_INT(FC_MAJOR_VERSION, \ FC_MINOR_VERSION, FC_PATCH_VERSION)