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