From e970cfa7baa7a74bd4e677b32b39b7cb60ac2d6e Mon Sep 17 00:00:00 2001
From: Charles Delort <charles.delort@cern.ch>
Date: Thu, 1 Sep 2016 14:46:04 +0000
Subject: [PATCH] Upgrade to COOL 3.1.6

git-svn-id: file:///git/lcgcool.svndb/cool/trunk@20162 4525493e-7705-40b1-a816-d608a930855b
---
 src/CoolKernel/CoolKernel/VersionInfo.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CoolKernel/CoolKernel/VersionInfo.h b/src/CoolKernel/CoolKernel/VersionInfo.h
index 21f9e918e..c0a021391 100644
--- a/src/CoolKernel/CoolKernel/VersionInfo.h
+++ b/src/CoolKernel/CoolKernel/VersionInfo.h
@@ -19,8 +19,8 @@
 // Note that the former is defined within quotes, the latter are not!
 #define COOL_VERSIONINFO_RELEASE_MAJOR 3
 #define COOL_VERSIONINFO_RELEASE_MINOR 1
-#define COOL_VERSIONINFO_RELEASE_PATCH 5
-#define COOL_VERSIONINFO_RELEASE "3.1.5"
+#define COOL_VERSIONINFO_RELEASE_PATCH 6
+#define COOL_VERSIONINFO_RELEASE "3.1.6"
 
 // Sanity check: does this compiler support c++11? (see CORALCOOL-2808)
 #if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )
-- 
GitLab