diff --git a/src/version.h b/src/version.h
index f076dfddfc358ac596d594108621d3420b2efdcb..2ff4fe40827436c807a35f7e08029d79f18449ca 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.533 2008/08/22 17:06:00 distmaker Exp $
+|| $Id: version.h,v 1.534 2008/08/28 14:19:36 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 22
+#define PIKE_BUILD_VERSION 23
 
 /* Prototypes begin here */
 void f_version(INT32 args);