Skip to content
Snippets Groups Projects
Commit 95bd1e8b authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

Merge 'heads/0.6': release number bumped by export.pike

parents 77dd0ce5 37efc249
No related merge requests found
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
#include "interpret.h" #include "interpret.h"
#include "stralloc.h" #include "stralloc.h"
RCSID("$Id: version.c,v 1.88 1998/07/20 21:46:06 hubbe Exp $"); RCSID("$Id: version.c,v 1.89 1998/07/21 04:49:50 hubbe Exp $");
void f_version(INT32 args) void f_version(INT32 args)
{ {
pop_n_elems(args); pop_n_elems(args);
push_text("Pike v0.6 release 71"); push_text("Pike v0.6 release 72");
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment