From bb7c8dfce3cfcadc03ff3407ad8cf5c88163f0c7 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 27 Dec 2017 19:50:02 +0100
Subject: [PATCH] doxygen 1.8.14

---
 .travis.yml      | 2 +-
 CHANGES/v2.3.txt | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c977bf744..67b9550ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,7 +135,7 @@ install:
 # then replace doxygen with the desided version
 # I use 1.8.10 instead of 1.8.11 since it looks like 1.8.11 have troubles with
 # non case sensitive files (it writes capitalized filenames)
-  - if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_13 ; fi
+  - if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_14 ; fi
   - if test "$VALGRIND" == yes ; then sudo apt-get install -y valgrind           ; fi
   - if test "$LAPACK" == yes ; then sudo apt-get -y install libatlas-base-dev      ; fi
 # moreover, we hardcode path to dynamic library, required for xdrfile to link properly
diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt
index 681fe15a6..7b25e08e0 100644
--- a/CHANGES/v2.3.txt
+++ b/CHANGES/v2.3.txt
@@ -218,5 +218,10 @@ For developers:
 - Solved small bug in stored PLUMED_ROOT directory as obtained from statically patched MD codes.
   Namely, the compilation directory was stored rather than the installation one.
 
+## Version 2.3.5
+
+For developers:
+- Doxygen on travis-ci has been updated to 1.8.14
+
 
 */
-- 
GitLab