diff --git a/src/version.h b/src/version.h
index fa7784887c1bae9ad3114d0cfc03d61d25eeca06..8416b1a180ac6a6aed8fccca23e11b4fefc88eea 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.860 2009/09/19 10:31:54 peter Exp $
+|| $Id: version.h,v 1.861 2009/09/19 10:33:42 peter Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 350
+#define PIKE_BUILD_VERSION 351
 
 /* Prototypes begin here */
 void f_version(INT32 args);