From 9d483ff162ad672c4450a4c9ca2bd183813ec56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 31 May 1998 20:39:12 +0200 Subject: [PATCH] Now sets __VERSION__ to 0.5. Rev: src/lex.c:1.39 --- src/lex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lex.c b/src/lex.c index 33e5a364bc..f0ad6672f6 100644 --- a/src/lex.c +++ b/src/lex.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: lex.c,v 1.38 1998/05/20 16:42:25 grubba Exp $"); +RCSID("$Id: lex.c,v 1.39 1998/05/31 18:39:12 grubba Exp $"); #include "language.h" #include "array.h" #include "lex.h" @@ -2254,6 +2254,7 @@ static void start_new(void) free_all_defines(); simple_add_define("__PIKE__", "1",0); + simple_add_define("__VERSION__", "0.5", 0); for (tmpf=pike_predefs; tmpf; tmpf=tmpf->next) simple_add_define(tmpf->name, tmpf->value,0); -- GitLab