diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 1c4d87e184fc2181987954accac6b0e54dd8aaec..4c3380c2a49fae6dde288bafd78c66835440aecc 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.91-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 3:43:35 +0200
+
 pike7.7 (7.7.89-1) experimental; urgency=low
 
   * The latest cvs snapshot
diff --git a/src/version.h b/src/version.h
index 79f664807f1236926a5946fef2648dd5973803c7..06277cc1948558a36188ad50f662b417a81daf05 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.444 2008/07/16 01:19:43 peter Exp $
+|| $Id: version.h,v 1.445 2008/07/16 01:43:34 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 90
+#define PIKE_BUILD_VERSION 91
 
 /* Prototypes begin here */
 void f_version(INT32 args);