Skip to content

Commit 175623b

Browse files
author
zsx
committed
acl 3.4.1 released!
1 parent d2cfd71 commit 175623b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.4.0-0
81+
VERSION = 3.4.1-0
8282

8383
default: build_one
8484
help h:

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "init.h"
2626

27-
static char *version = "3.4.0-0 20180429";
27+
static char *version = "3.4.1-0 20180507";
2828

2929
const char *acl_version(void)
3030
{

packaging/acl-libs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: The powerful c/c++ library and server framework
44
Name: acl-libs
5-
Version: 3.4.0
5+
Version: 3.4.1
66
Release: %{release_id}
77
Group: System/Libs
88
License: IBM
@@ -133,6 +133,9 @@ fi
133133

134134
%changelog
135135

136+
* Mon May 07 2018 [email protected] 3.4.1-0-20180507.14
137+
- acl 3.4.1 released!
138+
136139
* Sun Apr 29 2018 [email protected] 3.4.0-0-20180429.20
137140
- acl 3.4.0 released!
138141

0 commit comments

Comments
 (0)