Skip to content

Commit 7cecccc

Browse files
author
zhengshuxin
committed
release 3.5.1-1
1 parent 6a13e7c commit 7cecccc

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878
##############################################################################
7979

8080
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
81-
VERSION = 3.5.1
81+
VERSION = 3.5.1-1
8282

8383
default: build_one acl_master
8484
help h:

changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
修改历史列表:
22

33
------------------------------------------------------------------------
4+
115) 2020.1.12 --- acl 3.5.1-1 版本发布!主要是优化了 ssl 模块的接口
45
114) 2020.1.9 --- acl 3.5.1 版本发布!
56
113) 2019.3.9 --- acl 3.5.0 版本发布!
67

lib_acl/src/init/acl_init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
#include "init.h"
2626

27-
static char *version = "3.5.1 20200109";
27+
static char *version = "3.5.1-1 20200112";
2828

2929
const char *acl_version(void)
3030
{
31-
return (version);
31+
return version;
3232
}
3333

3434
#ifdef ACL_UNIX

packaging/acl-libs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define release_id 0
1+
%define release_id 1
22

33
Summary: The powerful c/c++ library and server framework
44
Name: acl-libs
@@ -133,6 +133,9 @@ fi
133133

134134
%changelog
135135

136+
* Sun Jan 12 2020 [email protected] 3.5.1-1-20200112.22
137+
- release acl3.5.1-1 for making ssl method more easily to use.
138+
136139
* Thu Jan 09 2020 [email protected] 3.5.1-0-20200109.09
137140
- release acl 3.5.1 version
138141

0 commit comments

Comments
 (0)