diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 2d9ae00f499be6226bc52ae0d93be4555e029b38..b741031dcff709ebeb9744c60900cee98314be3e 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.62-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Wed, 2 Jul 2008 15:04:18 +0200
+
 pike7.7 (7.7.61-1) experimental; urgency=low
 
   * The latest cvs snapshot
diff --git a/src/version.h b/src/version.h
index 0451f1003f5f046132c8cdff8b9082bc41a79bc5..b9a4fb2e55932b9e6f85924cb41d26141348a31f 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.415 2008/07/02 08:06:24 distmaker Exp $
+|| $Id: version.h,v 1.416 2008/07/02 13:04:17 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 61
+#define PIKE_BUILD_VERSION 62
 
 /* Prototypes begin here */
 void f_version(INT32 args);