Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Segfault with newer .zwc



On Thu, Jan 10, 2008 at 09:50:23AM +0000, Peter Stephenson wrote:
> That's probably a sensible idea, though to avoid confusing is-at-least
> it would be best if it only appeared if there was a dev-N before it.

That shouldn't be a problem.

How about something like this?

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.87
diff -u -r1.87 configure.ac
--- configure.ac	14 Dec 2007 15:14:05 -0000	1.87
+++ configure.ac	15 Jan 2008 02:04:59 -0000
@@ -31,6 +31,7 @@
 
 dnl What version of zsh are we building ?
 . ${srcdir}/Config/version.mk
+VERSION="$VERSION$ZSH_EXTRAVERSION"
 echo "configuring for zsh $VERSION"
 
 dnl ----------------------------------------------



Messages sorted by: Reverse Date, Date, Thread, Author