From 5708f3f8d275dec6ee409b4141bf3cd05b132b11 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 30 Jun 2026 09:52:39 +0800 Subject: [PATCH] upgrade version to 1.2.14 --- libserverframe.spec | 6 +++--- src/sf_version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libserverframe.spec b/libserverframe.spec index da2704d..bd6b143 100644 --- a/libserverframe.spec +++ b/libserverframe.spec @@ -2,7 +2,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libserverframe -Version: 1.2.13 +Version: 1.2.14 Release: 1%{?dist} Summary: network framework library License: AGPL v3.0 @@ -12,9 +12,9 @@ Source: http://github.com/happyfish100/libserverframe/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libfastcommon-devel >= 1.0.85 +BuildRequires: libfastcommon-devel >= 1.0.86 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -Requires: libfastcommon >= 1.0.85 +Requires: libfastcommon >= 1.0.86 %description common framework library diff --git a/src/sf_version.h b/src/sf_version.h index 539bc43..ff7798c 100644 --- a/src/sf_version.h +++ b/src/sf_version.h @@ -22,7 +22,7 @@ #define SF_MAJOR_VERSION 1 #define SF_MINOR_VERSION 2 -#define SF_PATCH_VERSION 13 +#define SF_PATCH_VERSION 14 #define SF_VERSION_INT FC_VERSION_TO_INT(SF_MAJOR_VERSION, \ SF_MINOR_VERSION, SF_PATCH_VERSION)