diff --git a/src/version.h b/src/version.h
index 21d26537f85e5f3e2bafe9ad92e295ffa95af325..94634ddeed65c9236e4f6957713dff0919a6591a 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.517 2008/08/13 15:40:13 distmaker Exp $
+|| $Id: version.h,v 1.518 2008/08/13 15:43:51 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 6
+#define PIKE_BUILD_VERSION 7
 
 /* Prototypes begin here */
 void f_version(INT32 args);