From a199833e23147036edfcddfc3ab2752c7c20a686 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 22 Jan 2008 01:59:26 +0000 Subject: 24429: use ZSH_VERSIONSUFFIX instead of ZSH_EXTRAVERSION. --- Etc/zsh-development-guide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Etc') diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index f0a5ac80e..ca26aafed 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -860,9 +860,9 @@ The following parameters are currently used: Version Suffixes ---------------- The configure script reads the version number from Config/version.mk. -If the environment variable ZSH_EXTRAVERSION is set, the string +If the environment variable ZSH_VERSIONSUFFIX is set, the string contained therein will be appended to the version string. For example, if Config/version.mk contains "VERSION=4.3.4-dev-7" and -ZSH_EXTRAVERSION is set to "-ca", $ZSH_VERSION in the shell built from +ZSH_VERSIONSUFFIX is set to "-ca", $ZSH_VERSION in the shell built from that run will equal "4.3.4-dev-7-ca". Caution is recommended when using this feature, as is-at-least may misunderstand your conventions. -- cgit 1.4.1