Skip to content
Snippets Groups Projects
Commit cde8c4da authored by Mattias Wingstedt's avatar Mattias Wingstedt
Browse files

release number bumped by export.pike

Rev: src/version.c:1.52
parent de51d15e
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.51 1998/05/01 00:55:13 hubbe Exp $");
RCSID("$Id: version.c,v 1.52 1998/05/13 13:18:26 wing Exp $");
void f_version(INT32 args)
{
pop_n_elems(args);
push_text("Pike v0.6 release 34");
push_text("Pike v0.6 release 35");
}
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