diff --git a/src/version.h b/src/version.h
index a645448321fe6878d88ff727e757a0e53b0b8a62..a1c83d88250d92bc97c16d19ac24c911d882a641 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.387 2006/08/21 12:22:14 mast Exp $
+|| $Id: version.h,v 1.388 2006/08/21 20:53:58 mast Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 29
+#define PIKE_BUILD_VERSION 30
 
 /* Prototypes begin here */
 void f_version(INT32 args);