1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 00:56:17 +02:00
This commit is contained in:
Peter Stephenson 2008-02-01 11:31:35 +00:00
parent 4b5793c83e
commit 8a63e7dd88
9 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2008-02-01 Peter Stephenson <pws@csr.com>
* unposted: Release 4.3.5.
* Back off 24506 pending 4.3.5 release.
2008-02-01 Clint Adams <clint@zsh.org>
* 24506: Makefile.in, configure.ac, Doc/Makefile.in,

View File

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.3.4-dev-8
VERSION_DATE='January 29, 2008'
VERSION=4.3.5
VERSION_DATE='February 1, 2008'

View File

@ -28,7 +28,6 @@ subdir = Doc
dir_top = ..
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -29,7 +29,6 @@ dir_top = ..
SUBDIRS =
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -29,7 +29,6 @@ dir_top = .
SUBDIRS = Doc Etc Src Test
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -29,7 +29,6 @@ dir_top = ..
SUBDIRS =
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -31,7 +31,6 @@
# SUBDIRS is done by mkmakemod.sh
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -29,7 +29,6 @@ dir_top = ..
SUBDIRS =
@VERSION_MK@
VERSION = @VERSION@
# source/build directories
VPATH = @srcdir@

View File

@ -33,7 +33,6 @@ dnl What version of zsh are we building ?
. ${srcdir}/Config/version.mk
VERSION="$VERSION$ZSH_VERSIONSUFFIX"
echo "configuring for zsh $VERSION"
AC_SUBST(VERSION)
dnl ----------------------------------------------
dnl CHECK FOR MACHINE/VENDOR/OPERATING SYSTEM TYPE