diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 7669461974016152f60e43c29a17c612f81cf706..34c14add244006623e12aae90bf3d9b0df179aad 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.13-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Wed, 8 Dec 2004 1:10:59 +0100
+
 pike7.7 (7.7.12-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 5e629d198ed1868c113f74c1e34041cf58008184..7c5a5365d9475a814b6dc9ba75c9f20dc2e9b8ca 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.369 2004/12/08 00:06:40 nilsson Exp $
+|| $Id: version.h,v 1.370 2004/12/08 00:10:58 nilsson Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 12
+#define PIKE_BUILD_VERSION 13
 
 /* Prototypes begin here */
 void f_version(INT32 args);