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

Commit

Permalink
Update to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm committed Oct 11, 2018
1 parent 03e7bc2 commit c6d93e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions extras/rpms/glusterd2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

%global gd2version 4.1.0
%global gd2version 4.1.1
%global gd2release 0

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

%changelog
* Thu Oct 11 2018 Kaushal M <kshlmster@gmail.com> - 4.1.1-1
- Update to v4.1.1

* Fri Jun 15 2018 Kaushal M <kshlmster@gmail.com> - 4.1.0-1
- Update to v4.1.0

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

// GlusterdVersion and GitSHA
var (
GlusterdVersion = "4.1.0"
GlusterdVersion = "4.1.1"
GitSHA = ""
)

Expand Down

0 comments on commit c6d93e8

Please sign in to comment.