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:
parent
6e825e7b25
commit
b73e4442e8
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue