diff --git a/src/version.h b/src/version.h
index 57be0080fe21dc57cdd82291b594ff20dfb722ac..0a8b22d0c7f33df703dfe9d9344d8d690650357c 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.681 2009/03/04 16:38:25 distmaker Exp $
+|| $Id: version.h,v 1.682 2009/03/04 16:42:47 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 170
+#define PIKE_BUILD_VERSION 171
 
 /* Prototypes begin here */
 void f_version(INT32 args);