Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit c6d93e8

Browse files
committed
Update to 4.1.1
1 parent 03e7bc2 commit c6d93e8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

extras/rpms/glusterd2.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
%global gd2make %{__make} PREFIX=%{_prefix} EXEC_PREFIX=%{_exec_prefix} BINDIR=%{_bindir} SBINDIR=%{_sbindir} DATADIR=%{_datadir} LOCALSTATEDIR=%{_sharedstatedir} LOGDIR=%{_localstatedir}/log SYSCONFDIR=%{_sysconfdir} FASTBUILD=off
2525

26-
%global gd2version 4.1.0
26+
%global gd2version 4.1.1
2727
%global gd2release 0
2828

2929
Name: %{repo}
30-
Version: 4.1.0
30+
Version: 4.1.1
3131
Release: 1%{?dist}
3232
Summary: The GlusterFS management daemon (preview)
3333
License: GPLv2 or LGPLv3+
@@ -126,6 +126,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
126126
%{_sysconfdir}/bash_completion.d/glustercli.sh
127127

128128
%changelog
129+
* Thu Oct 11 2018 Kaushal M <[email protected]> - 4.1.1-1
130+
- Update to v4.1.1
131+
129132
* Fri Jun 15 2018 Kaushal M <[email protected]> - 4.1.0-1
130133
- Update to v4.1.0
131134

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020

2121
// GlusterdVersion and GitSHA
2222
var (
23-
GlusterdVersion = "4.1.0"
23+
GlusterdVersion = "4.1.1"
2424
GitSHA = ""
2525
)
2626

0 commit comments

Comments
 (0)