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

Pike release bumped to 91 by bump_version.

Rev: src/version.c:1.108
parent b0dd8b64
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.107 1998/08/21 04:57:07 hubbe Exp $"); RCSID("$Id: version.c,v 1.108 1998/08/26 16:26:11 grubba 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 90"); push_text("Pike v0.6 release 91");
} }
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