Skip to content

Commit

Permalink
Updated rpm and Makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
anivargi committed Apr 18, 2017
1 parent aaddf46 commit 69b225a
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 @@
CWD := $(shell pwd)
BASEDIR := $(CWD)
PRINT_STATUS = export EC=$$?; cd $(CWD); if [ "$$EC" -eq "0" ]; then printf "SUCCESS!\n"; else exit $$EC; fi
VERSION=1.2.2
VERSION=1.2.3

BUILDS := .build
DEPLOY := $(BUILDS)/deploy
Expand Down
5 changes: 4 additions & 1 deletion tendrl-api.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tendrl-api
Version: 1.2.2
Version: 1.2.3
Release: 1%{?dist}
Summary: Collection of tendrl api extensions
Group: Development/Languages
Expand Down Expand Up @@ -96,6 +96,9 @@ setsebool -P httpd_can_network_connect 1
%{_sysconfdir}/httpd/conf.d/tendrl.conf

%changelog
* Fri Apr 18 2017 Anup Nivargi <anivargi@redhat.com> - 1.2-3
- Version bump to the 1.2.3 release.

* Fri Apr 5 2017 Anup Nivargi <anivargi@redhat.com> - 1.2-2
- Version bump to the 1.2.2 release.

Expand Down

0 comments on commit 69b225a

Please sign in to comment.