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

release number bumped by export.pike

Rev: src/version.c:1.81
parent 939b18ba
No related branches found
No related tags found
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.80 1998/07/16 19:43:11 hubbe Exp $"); RCSID("$Id: version.c,v 1.81 1998/07/17 22:57:17 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 63"); push_text("Pike v0.6 release 64");
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment