From 697875981c3d64a88d8cb96c69202352f2f119e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Brandstr=C3=B6m?= <mikael@brandstrom.org> Date: Sat, 6 Apr 2002 22:16:48 +0200 Subject: [PATCH] release number bumped to 19 by export.pike Rev: src/version.h:1.286 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index b34aa09802..36c71f800f 100644 --- a/src/version.h +++ b/src/version.h @@ -4,11 +4,11 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ -/* $Id: version.h,v 1.285 2002/03/19 20:56:16 agehall%shadowbyte.com Exp $ */ +/* $Id: version.h,v 1.286 2002/04/06 20:16:48 mikael%unix.pp.se Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3 -#define PIKE_BUILD_VERSION 18 +#define PIKE_BUILD_VERSION 19 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab