diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +* 1.14.4 +- Add sync --no-vcs * 1.14.3 - maintdb.py: Fix error message @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.3 +VERSION = 1.14.4 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.3" +VERSION="1.14.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |