diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-02-01 02:58:13 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-02-01 02:58:13 +0000 |
commit | 4b5793c83ee088576cb26cbd96b319a2dc5b98a8 (patch) | |
tree | ff246af5e5e393238cd84bb16aa592915cf0f86a /Etc | |
parent | f6bcc6e1cdf19f35d57382e6f07ed7aece9713ac (diff) | |
download | zsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.tar.gz zsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.tar.xz zsh-4b5793c83ee088576cb26cbd96b319a2dc5b98a8.zip |
24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Etc/Makefile.in b/Etc/Makefile.in index b6743a7ec..c4908748d 100644 --- a/Etc/Makefile.in +++ b/Etc/Makefile.in @@ -29,6 +29,7 @@ dir_top = .. SUBDIRS = @VERSION_MK@ +VERSION = @VERSION@ # source/build directories VPATH = @srcdir@ |