Skip to content
Snippets Groups Projects
Commit f880f6fe 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.38
parent 37ffea61
Branches
Tags roxen/1.3.23
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.37 1998/04/01 00:52:05 hubbe Exp $"); RCSID("$Id: version.c,v 1.38 1998/04/07 03:55:42 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 19"); push_text("Pike v0.6 release 20");
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment