1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: increment version to 5.2-dev-1

This commit is contained in:
Peter Stephenson 2016-01-20 09:36:25 +00:00
parent 3eb4d9c2e2
commit d18ce35d06
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2016-01-20 Peter Stephenson <p.stephenson@samsung.com>
* unspoted: Config/version.mk: incremented version to 5.2-dev-1
because of parsing change.
2016-01-20 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37666: Completion/Unix/Command/_git: Completion: git:

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=5.2-dev-0
VERSION_DATE='December 3, 2015'
VERSION=5.2-dev-1
VERSION_DATE='January 20, 2015'