From 499cb5e4d6e4f36a697e8fe94253cc22f039a294 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Tue, 4 Jun 2013 19:34:20 +0200 Subject: [PATCH] release number bumped to 7.9.6 by export.pike --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 535170b96c..f28616dfca 100644 --- a/src/version.h +++ b/src/version.h @@ -6,7 +6,7 @@ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 9 -#define PIKE_BUILD_VERSION 5 +#define PIKE_BUILD_VERSION 6 /* Prototypes begin here */ PMOD_EXPORT void f_version(INT32 args); -- GitLab