diff --git a/ChangeLog b/ChangeLog index 14ff94f0..9e9e3460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ -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 * Fri Aug 05 2016 Mátyás Selmeci - 1.7.0 - Add three-way diff functionality (--diff3 or -3) to osg-import-srpm 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