From 236c3c558f963789d64165404dac386150f027eb Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Wed, 9 Jul 2008 14:30:16 +0200 Subject: [PATCH] release number bumped to 75 by export.pike Rev: packaging/debian/changelog:1.111 Rev: src/version.h:1.429 --- packaging/debian/changelog | 6 ++++++ src/version.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 700f22ae8e..054939793f 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.75-1) experimental; urgency=low + + * The latest cvs snapshot + + -- Marek Habersack <grendel@debian.org> Wed, 9 Jul 2008 14:30:16 +0200 + pike7.7 (7.7.74-1) experimental; urgency=low * Release number bumped by export.pike. diff --git a/src/version.h b/src/version.h index 3f529730ae..e8a82763ea 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.428 2008/07/09 12:27:56 distmaker Exp $ +|| $Id: version.h,v 1.429 2008/07/09 12:30:15 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 74 +#define PIKE_BUILD_VERSION 75 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab