diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index dd1d34b043719b4efa89f2743b2db669c9e5d541..ec5eca807aed87c2a8ba6711a713191eb3c22a30 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.73-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Tue, 8 Jul 2008 19:06:01 +0200
+
 pike7.7 (7.7.72-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 14f975b68134d7ec4ce72cb05d7c2a4b8a4c8e26..c55cf41491306c51b615fea99f25ea5efe90cd9f 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.426 2008/07/08 17:04:28 distmaker Exp $
+|| $Id: version.h,v 1.427 2008/07/08 17:06:00 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 72
+#define PIKE_BUILD_VERSION 73
 
 /* Prototypes begin here */
 void f_version(INT32 args);