From ec3bb3441ea1456ef62248b86d0f2a1622814c3d Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Thu, 28 Aug 2008 16:21:23 +0200
Subject: [PATCH] release number bumped to 24 by export.pike

Rev: src/version.h:1.535
---
 src/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/version.h b/src/version.h
index 2ff4fe4082..f47ae4fee2 100644
--- a/src/version.h
+++ b/src/version.h
@@ -2,12 +2,12 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: version.h,v 1.534 2008/08/28 14:19:36 distmaker Exp $
+|| $Id: version.h,v 1.535 2008/08/28 14:21:23 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 23
+#define PIKE_BUILD_VERSION 24
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab