From 5f2661376d686401a42aa15e5e3cbb6ec86a8f6c Mon Sep 17 00:00:00 2001
From: Peter Stephenson
Date: Mon, 12 Dec 2016 21:37:16 +0000
Subject: [PATCH] unposted: update version to 5.3-dev-0.
Avoid installed version trashing 5.3 release.
---
ChangeLog | 5 +++++
Config/version.mk | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 91a8b507e..161a5d768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-12 Peter Stephenson
+
+ * unposted: Config/version.mk: update to 5.3-dev-0 to avoid
+ clash with installed 5.3.
+
2016-12-10 Barton E. Schaefer
* 40134: Src/builtin.c, Src/Zle/compmatch.c: silence spurious
diff --git a/Config/version.mk b/Config/version.mk
index 45558e39d..f045b7dd1 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
-VERSION=5.3
-VERSION_DATE='December 11, 2016'
+VERSION=5.3-dev-0
+VERSION_DATE='December 12, 2016'