From 69e3eb9134722b35b5936a34edaae17e849579b2 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 7 Mar 2016 22:09:36 +0100 Subject: Prepare for 1.11.11 release --- CHANGES | 4 ++++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7dd1ff6..9f028be 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +* 1.11.11 +- leave the obsolete command in local language +- obsolete: start interactive mode if no message is given + * 1.11.10 - Restablish an output after some svn commands - move a command svn from log.py to util.py diff --git a/Makefile b/Makefile index 7709b4d..f2cae17 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.10 +VERSION = 1.11.11 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index e2d6f77..3a9a832 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.10" +VERSION="1.11.11" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1