diff --git a/src/version.h b/src/version.h
index 6cf48bf9dae9185fc13c81e5dc310b9fcc5fc118..e788f4a21ca52eaccba2c0ee4421f1b74fdfe434 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.870 2009/11/01 00:42:01 peter Exp $
+|| $Id: version.h,v 1.871 2009/11/01 00:56:24 peter Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 360
+#define PIKE_BUILD_VERSION 361
 
 /* Prototypes begin here */
 void f_version(INT32 args);