From 469b41d1ad6099ddf9e1b329356b45b2784d2db3 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 19 Feb 2016 20:47:54 +0100 Subject: Tag for 1.11.9 --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 0d1f1c2..9151ab1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.9 +- suppress distro option in obsolete command and adapt help according to. + * 1.11.8 - delete debug command in svn.py diff --git a/Makefile b/Makefile index 7af8a2a..220b926 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.8 +VERSION = 1.11.9 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 74aacf6..683461e 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.8" +VERSION="1.11.9" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1