diff --git a/src/version.h b/src/version.h
index 67ac768c2e1ada7500d25d742a4f97531074088a..4f96954cb77ed4a33f8fe3c4ef8ff13a04a38ac1 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.491 2008/07/31 15:28:22 distmaker Exp $
+|| $Id: version.h,v 1.492 2008/07/31 19:49:40 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 137
+#define PIKE_BUILD_VERSION 138
 
 /* Prototypes begin here */
 void f_version(INT32 args);