diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index f7a1b9d2f1dd1f2decdc5a83d4e3e5ce1eb5d37d..991bb01ff8ae6ab93fd6320ece2998c9b6f7772f 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.5-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:13:37 +0200
+
 pike7.7 (7.7.4-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 61a3738fa71d5f9f580d6e9154e7a182c0a7268a..b323af10534500d6b71d15b58b916355a55b19f3 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.361 2004/05/17 18:06:32 nilsson Exp $
+|| $Id: version.h,v 1.362 2004/05/17 18:08:09 nilsson Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 4
+#define PIKE_BUILD_VERSION 5
 
 /* Prototypes begin here */
 void f_version(INT32 args);