From 3ce404bc0252c47c3952d819195232fad5c3bc98 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Wed, 9 Aug 2017 16:21:02 +0200 Subject: [PATCH] release number bumped to 8.0.469 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 b86edc11a9..4b4e0fb18e 100644 --- a/src/version.h +++ b/src/version.h @@ -6,7 +6,7 @@ #define PIKE_MAJOR_VERSION 8 #define PIKE_MINOR_VERSION 0 -#define PIKE_BUILD_VERSION 468 +#define PIKE_BUILD_VERSION 469 #define LOWEST_COMPAT_MAJOR 7 #define LOWEST_COMPAT_MINOR 6 -- GitLab