diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 131ee3ecb9c1237568ba450ab7ac646db878ea77..62e7af181c503bdabf8d9ce8061836b119888ad3 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.84-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 18:56:29 +0200
+
 pike7.7 (7.7.83-1) experimental; urgency=low
 
   * The latest cvs snapshot
diff --git a/src/version.h b/src/version.h
index ade51d68bcf5206f3c59ef73f04f6e90c8dc68ae..43818a97a4e152a20bea7fd58bea6e0a3bc08b47 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.437 2008/07/10 11:54:16 distmaker Exp $
+|| $Id: version.h,v 1.438 2008/07/10 16:56:28 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 83
+#define PIKE_BUILD_VERSION 84
 
 /* Prototypes begin here */
 void f_version(INT32 args);