aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 949353c..f66973e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+* 1.14.4
+- Add sync --no-vcs
* 1.14.3
- maintdb.py: Fix error message
diff --git a/Makefile b/Makefile
index 5332de6..9d05aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.14.3
+VERSION = 1.14.4
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 3356876..1d27a8b 100755
--- a/mgarepo
+++ b/mgarepo
@@ -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]