diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 40f0dfa7b874b700386f0de99b04fdc5733eb6c7..8051b8e1782ab6f7d90f4ed0857892148ffe0628 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.71-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 14:22:28 +0200
+
 pike7.7 (7.7.70-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 21bbe1c57c42586994bfc527f2868e3e70238aeb..3f1e0495cbe8eecaec9bcebdf65ed8cb86546dfa 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.424 2008/07/05 12:20:25 distmaker Exp $
+|| $Id: version.h,v 1.425 2008/07/05 12:22:27 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 70
+#define PIKE_BUILD_VERSION 71
 
 /* Prototypes begin here */
 void f_version(INT32 args);