diff --git a/src/version.h b/src/version.h
index 5507464557984219016d705a7239a903a7cbe01f..0bc39a14b7aa6e60b229b5df69b944914631e3cd 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.876 2009/11/10 09:55:24 distmaker Exp $
+|| $Id: version.h,v 1.877 2009/11/10 10:09:12 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 366
+#define PIKE_BUILD_VERSION 367
 
 /* Prototypes begin here */
 void f_version(INT32 args);