diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index e571a32f688f3bab0bb84ce3216350dbca915484..bcec5945c74c5424a015318a215b753239199d8f 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.19-1) experimental; urgency=low
+
+  * The latest cvs snapshot
+
+ -- Marek Habersack <grendel@debian.org>  Wed, 18 May 2005 1:03:33 +0200
+
 pike7.7 (7.7.18-1) experimental; urgency=low
 
   * Release number bumped by export.pike.
diff --git a/src/version.h b/src/version.h
index 21c1866f3f12b3ee52e5d9fb006ebf90f2b19a70..72bbc72b063a5464ca1f22c5eba1a4366599d7b0 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.375 2005/05/17 22:47:36 nilsson Exp $
+|| $Id: version.h,v 1.376 2005/05/17 22:54:08 nilsson Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 18
+#define PIKE_BUILD_VERSION 19
 
 /* Prototypes begin here */
 void f_version(INT32 args);