diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 1281ebfbd54e210b2fbad6170417d6d19f47ee22..f7a1b9d2f1dd1f2decdc5a83d4e3e5ce1eb5d37d 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.4-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Mon, 17 May 2004 20:12:00 +0200 + pike7.7 (7.7.3-2) experimental; urgency=low * Better dependencies for the GL libraries diff --git a/src/version.h b/src/version.h index 3b78c0e1a6632ae3afdcb6b91342e86a57c4c929..61a3738fa71d5f9f580d6e9154e7a182c0a7268a 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.360 2004/04/26 00:49:06 nilsson Exp $ +|| $Id: version.h,v 1.361 2004/05/17 18:06:32 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 3 +#define PIKE_BUILD_VERSION 4 /* Prototypes begin here */ void f_version(INT32 args);