aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
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]