From e104d2f7f675a7e0802b81f4e8a42df99d559aa2 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 22 Jan 2021 10:25:37 +0800 Subject: [PATCH] upgrade version to 1.0.47 --- HISTORY | 4 ++-- libfastcommon.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 68729cd..dc1a70d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ -Version 1.47 2021-01-14 - * fc_atomic.h: add FC_ATOMIC_SET +Version 1.47 2021-01-20 + * fc_atomic.h: add FC_ATOMIC_GET and FC_ATOMIC_SET etc. * fast_mblock.[hc]: support wait with element limit Version 1.46 2020-12-29 diff --git a/libfastcommon.spec b/libfastcommon.spec index 6eac53f..3929337 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -4,7 +4,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.46 +Version: 1.0.47 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL -- GitLab