mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-07 01:30:59 +02:00
update version recorded in archive to 4.3.10-dev-1
This commit is contained in:
parent
6192a49bfb
commit
e2a7694f32
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-06-02 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* Config/version.mk: update version recorded in archive
|
||||||
|
to 4.3.10-dev-1 (not released).
|
||||||
|
|
||||||
2009-06-01 Wayne Davison <wayned@users.sourceforge.net>
|
2009-06-01 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
* Util/mkdisttree.sh, Util/preconfig: Tweak find to prune a .git dir.
|
* Util/mkdisttree.sh, Util/preconfig: Tweak find to prune a .git dir.
|
||||||
|
@ -5,7 +10,7 @@
|
||||||
|
|
||||||
2009-06-01 Peter Stephenson <pws@csr.com>
|
2009-06-01 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* Config/versio.mk: release 4.3.10.
|
* Config/version.mk: release 4.3.10.
|
||||||
|
|
||||||
2009-05-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2009-05-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
@ -11804,5 +11809,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4706 $
|
* $Revision: 1.4707 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -27,5 +27,5 @@
|
||||||
# This must also serve as a shell script, so do not add spaces around the
|
# This must also serve as a shell script, so do not add spaces around the
|
||||||
# `=' signs.
|
# `=' signs.
|
||||||
|
|
||||||
VERSION=4.3.10
|
VERSION=4.3.10-dev-1
|
||||||
VERSION_DATE='June 1, 2009'
|
VERSION_DATE='June 2, 2009'
|
||||||
|
|
Loading…
Reference in a new issue