diff --git a/src/version.h b/src/version.h
index 92d4be20f24ee0b25bd14ca7295c95430c5b2cd9..801f9a85f788aa1a038a39f5236dc41a62c94f8c 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.679 2009/03/04 14:50:38 distmaker Exp $
+|| $Id: version.h,v 1.680 2009/03/04 14:54:27 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 168
+#define PIKE_BUILD_VERSION 169
 
 /* Prototypes begin here */
 void f_version(INT32 args);