diff --git a/src/version.h b/src/version.h
index 4dbf7cc5bbee74c5eef36449f535cd153e266d74..67c750f88ce026546a1abbc48feeef9b458917fe 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.496 2008/07/31 23:49:36 distmaker Exp $
+|| $Id: version.h,v 1.497 2008/07/31 23:56:30 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 142
+#define PIKE_BUILD_VERSION 143
 
 /* Prototypes begin here */
 void f_version(INT32 args);