File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
8383default : build_one acl_master
8484help h :
Original file line number Diff line number Diff line change 11修改历史列表:
22
33------------------------------------------------------------------------
4+ 115) 2020.1.12 --- acl 3.5.1-1 版本发布!主要是优化了 ssl 模块的接口
45114) 2020.1.9 --- acl 3.5.1 版本发布!
56113) 2019.3.9 --- acl 3.5.0 版本发布!
67
Original file line number Diff line number Diff line change 2424
2525#include "init.h"
2626
27- static char * version = "3.5.1 20200109 " ;
27+ static char * version = "3.5.1-1 20200112 " ;
2828
2929const char * acl_version (void )
3030{
31- return ( version ) ;
31+ return version ;
3232}
3333
3434#ifdef ACL_UNIX
Original file line number Diff line number Diff line change 1- %define release_id 0
1+ %define release_id 1
22
33Summary: The powerful c/c++ library and server framework
44Name: acl-libs
133133
134134%changelog
135135
136+ *
Sun Jan 12 2020 [email protected] 3.5.1-1-20200112.22137+ - 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.09137140- release acl 3.5.1 version
138141
You can’t perform that action at this time.
0 commit comments