From 8948923e2b0bb5c62b9fb2dc0180c260ca54c1ea Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 1 Sep 2016 14:54:23 -0500 Subject: [PATCH] Bump version to 1.7.1 and update ChangeLog --- ChangeLog | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c10e76cf..9e9e3460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Unreleased +* Thu Sep 01 2016 Mátyás Selmeci - 1.7.1 - Don't print "Implicitly building for el..." message unless in verbose mode - Add update action (--update or -U) to osg-import-srpm - Some internal cleanup diff --git a/Makefile b/Makefile index 8a0a9f0d..42f0a41d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.7.0 +VERSION = 1.7.1 NAME = osg-build NAME_VERSION = $(NAME)-$(VERSION) PYDIR = osgbuild