Skip to content

Commit

Permalink
release 3.5.3-8 for the optimizing of the fiber module
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin authored and zhengshuxin committed Mar 8, 2022
1 parent c532379 commit 73638af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif
##############################################################################

.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
VERSION = 3.5.3-7
VERSION = 3.5.3-8

default: build_one acl_master
help h:
Expand Down
2 changes: 1 addition & 1 deletion lib_acl/src/init/acl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "init.h"

static char *version = "3.5.3-7 20220223-11:25";
static char *version = "3.5.3-8 20220308-20:35";

const char *acl_version(void)
{
Expand Down
5 changes: 4 additions & 1 deletion packaging/acl-libs.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define release_id 7
%define release_id 8

Summary: The powerful c/c++ library
Name: acl-libs
Expand Down Expand Up @@ -47,6 +47,9 @@ rm -rf %{buildroot}

%changelog

* Tue Mar 08 2022
- optimize: libfiber is ok!

* Wed Feb 23 2022 shuxin.zheng@qq.com 3.5.3-7-20220223.11
- optimize: optimize fiber module

Expand Down

0 comments on commit 73638af

Please sign in to comment.