Skip to content
Snippets Groups Projects
Commit d99d8b98 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Pike release bumped to 47 by bump_version.

Rev: src/version.c:1.64
parent 0fb46ee3
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@
#include "interpret.h"
#include "stralloc.h"
RCSID("$Id: version.c,v 1.63 1998/06/01 16:05:58 grubba Exp $");
RCSID("$Id: version.c,v 1.64 1998/06/08 17:59:23 grubba Exp $");
void f_version(INT32 args)
{
pop_n_elems(args);
push_text("Pike v0.6 release 46");
push_text("Pike v0.6 release 47");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment