aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f39c77..98a937c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.14.6
+VERSION = 1.14.6 # NOTE: remember to update the version in mgarepo to match!
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 1d27a8b..b5e9192 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.14.4"
+VERSION="1.14.6"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]