diff --git a/src/version.h b/src/version.h
index f937f9301effa1db51b32deccba169a010f78c80..3237d79c156bae118e29146275bcad146ffebfd0 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.447 2008/07/16 02:52:35 distmaker Exp $
+|| $Id: version.h,v 1.448 2008/07/16 02:54:51 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 93
+#define PIKE_BUILD_VERSION 94
 
 /* Prototypes begin here */
 void f_version(INT32 args);