diff --git a/src/version.h b/src/version.h
index e8b1617794a3861604da99199a52a39e8c2f7c81..7527b4aa54d0c34a56af09a7e1a9c789260d9eb5 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.485 2008/07/30 17:10:45 distmaker Exp $
+|| $Id: version.h,v 1.486 2008/07/31 10:42:03 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 131
+#define PIKE_BUILD_VERSION 132
 
 /* Prototypes begin here */
 void f_version(INT32 args);