diff --git a/Doxyfile b/Doxyfile
index f1076e74a558a2abf36b60bbe794d1b94b9b591e..98585bc5d6d93c492706e72f0d6c2a53c2853e71 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "OPAL (Object Oriented Parallel Accelerator Library)"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "2.0.0"
+PROJECT_NUMBER         = "2.5"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -2328,4 +2328,4 @@ GENERATE_LEGEND        = YES
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_CLEANUP            = YES
\ No newline at end of file
+DOT_CLEANUP            = YES
diff --git a/src/addToDoxygenMainPage.h b/src/addToDoxygenMainPage.h
index d57ff3430d397a93b5fb804788514fc43f86b813..47ce4cbb5309acee988d1530f4b9c7216d84b2e2 100644
--- a/src/addToDoxygenMainPage.h
+++ b/src/addToDoxygenMainPage.h
@@ -1,32 +1,31 @@
 /*! \mainpage
 <P>
 <B>
-OPAL is a tool for charged-particle optics in accelerator structures and beam lines. Using the MAD
-language with extensions. IPPL (Independent Parallel Particle Layer)
-is the framework which provides parallel particles and fields using data parallel ansatz. OPAL is
-built from the ground up as a parallel application exemplifying the fact that HPC (High Performance
-Computing) is the third leg of science, complementing theory and the experiment. HPC is made
-possible now through the increasingly sophisticated mathematical models and evolving computer
-power available on the desktop and in super computer centres. OPAL runs on your laptop as well as
-on the largest HPC clusters available today.
-The OPAL framework makes it easy to add new features in the form of new C++ classes. It comes
-in the following flavours:
-OPAL-CYCL tracks particles with 3D space charge including neighbouring turns in cyclotrons and
-FFAs with time as the independent variable.
-OPAL-T can be used to model beam lines, linacs, rf-photo injectors and complete XFEL’s excluding
-the undulator.
+OPAL is a parallel open source tool for charged-particle optics in linear
+accelerators and rings, including 3D space charge. Using the MAD language
+with extensions, OPAL can run on a laptop as well as on the largest high
+performance computing systems. OPAL is built from the ground up as a
+parallel application.
+
+The OPAL framework makes it easy to add new features in the form of new
+C++ classes.
 </B>
 </P>
 
 <P>
 <B>
-Developed by
-Andreas Adelmann, Achim Gsell, Valeria Rizzoglio (PSI),
-Christof Metzger-Kraus (HZB),
-Yves Ineichen (IBM),
-Xiaoying Pang, Steve Russell (LANL),
-Chuan Wang, Jianjun Yang (CIAE),
-Suzanne Sheehy, Chris Rogers (RAL) and
+Authors
+Andreas Adelmann (PSI);
+Pedro Calvo (CIEMAT);
+Matthias Frey (PSI);
+Achim Gsell (PSI);
+Uldis Locans (PSI);
+Christof Metzger-Kraus;
+Nicole Neveu (SLAC);
+Chris Rogers (RAL);
+Steve Russell (LANL);
+Suzanne Sheehy (Oxford);
+Jochem Snuverink (PSI);
 Daniel Winklehner (MIT)
 </B>
 <P>
@@ -38,4 +37,4 @@ Andreas Adelmann
 <P>
 <a href="http://www.psi.ch">PSI Disclaimers</a><br>
 </P>
-*/
\ No newline at end of file
+*/