diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 7efc9e8d9aac3970dfa61427e514a5d9e00fa12f..f8279a33ec33bf81c8d2d22c1ba690e3b2285843 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.65-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Fri, 4 Jul 2008 15:14:30 +0200
+
 pike7.7 (7.7.64-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 0f3801e12a2a781e9fecadc5a64aeab80ea036ca..d6dda397c451dadfdb574ccb4d4e0a07c869db35 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.418 2008/07/04 13:12:32 distmaker Exp $
+|| $Id: version.h,v 1.419 2008/07/04 13:14:29 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 64
+#define PIKE_BUILD_VERSION 65
 
 /* Prototypes begin here */
 void f_version(INT32 args);