From de0f1c1761a42d0aabc0d2595fc721eabc70dfd0 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@afi-sa.fr> Date: Mon, 6 Jul 2015 17:49:59 +0200 Subject: [PATCH] 7.2.2 --- library/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/startup.php b/library/startup.php index 46806e5fe8f..e4cc6cfe015 100644 --- a/library/startup.php +++ b/library/startup.php @@ -64,7 +64,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.2'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.1'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.2'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab