This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit a97aa5250bc4311597735b76da1931973b81ebe9 Author: Robbie Harwood rharwood@redhat.com Date: Mon Jun 13 14:37:24 2016 -0400
Release version 0.5.1
Signed-off-by: Robbie Harwood rharwood@redhat.com --- proxy/version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/version.m4 b/proxy/version.m4 index 2f72f59..d5be081 100644 --- a/proxy/version.m4 +++ b/proxy/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.5.0]) +m4_define([VERSION_NUMBER], [0.5.1])
# If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM