Skip to content

Commit

Permalink
Merge pull request Tendrl#1049 from cloudbehl/rel_prep/1.6.3-10
Browse files Browse the repository at this point in the history
rel_prep/1.6.3-10
  • Loading branch information
nthomas-redhat authored Aug 16, 2018
2 parents 3764b39 + 7531210 commit 31c0c2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# store the current working directory
NAME := tendrl-ui
VERSION := 1.6.3
RELEASE := 9
RELEASE := 10
COMMIT := $(shell git rev-parse HEAD)
SHORTCOMMIT := $(shell echo $(COMMIT) | cut -c1-7)

Expand Down
5 changes: 4 additions & 1 deletion tendrl-ui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: tendrl-ui
Version: 1.6.3
Release: 9%{?dist}
Release: 10%{?dist}
BuildArch: noarch
Summary: GUI for Tendrl
License: LGPLv2+
Expand Down Expand Up @@ -37,6 +37,9 @@ cp -a ./dist/* $RPM_BUILD_ROOT/%{_localstatedir}/www/tendrl/
%license LICENSE

%changelog
* Thu Aug 16 2018 Ankush Behl <[email protected]> - 1.6.3-10
- Bugfixes (https://github.com/Tendrl/ui/milestone/13)

* Tue Aug 14 2018 Ankush Behl <[email protected]> - 1.6.3-9
- Bugfixes (https://github.com/Tendrl/ui/milestone/12)

Expand Down

0 comments on commit 31c0c2f

Please sign in to comment.