From db003b308f1a48a23ff60971045f956aa197c1d1 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Wed, 7 May 2014 15:07:08 +0200
Subject: [PATCH] Release v1.20140507

---
 changelog | 7 +++++++
 vcsh      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index b5d6e78..98b1701 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2014-05-07  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Increase portability
+	* Improve hooks
+	* Improve docs
+	* Various minor improvements
+
 2014-03-13  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20140313 -- the "Git won a prize" edition
diff --git a/vcsh b/vcsh
index 53bec40..f1c1017 100755
--- a/vcsh
+++ b/vcsh
@@ -19,7 +19,7 @@
 # If '.git-HEAD' is appended to the version, you are seeing an unreleased
 # version of vcsh; the master branch is supposed to be clean at all times
 # so you can most likely just use it nonetheless
-VERSION='1.20140313'
+VERSION='1.20140507'
 SELF=$(basename $0)
 
 fatal() {
-- 
GitLab