1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-06 11:21:22 +02:00

unposted: Update internal version to 5.1-dev-0.

Avoids installation clash of develpment build with 5.1 release.
This commit is contained in:
Peter Stephenson 2015-09-01 09:58:43 +01:00
parent 6e825e7b25
commit b73e4442e8
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2015-09-01 Peter Stephenson <p.stephenson@samsung.com>
* unposted: Config/versino.mk: update version to 5.1-dev-0 to
avoid clash with 5.1 release.
2015-09-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* 36353: Completion/Unix/Command/_git: _git: Unbreak after

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=5.1
VERSION_DATE='August 30, 2015'
VERSION=5.1-dev-0
VERSION_DATE='September 1, 2015'