From 4c8c6eb95bbce52e39a1208ee5ef859620d74b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Brandstr=C3=B6m?= <mikael@brandstrom.org> Date: Mon, 8 Apr 2002 23:44:45 +0200 Subject: [PATCH] release number bumped to 30 by export.pike Rev: src/version.h:1.297 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index a9f674ca32..6a114aae1d 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.296 2002/04/08 21:42:40 mikael%unix.pp.se Exp $ */ +/* $Id: version.h,v 1.297 2002/04/08 21:44:45 mikael%unix.pp.se Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3 -#define PIKE_BUILD_VERSION 29 +#define PIKE_BUILD_VERSION 30 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab