diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp
index 4a7aaec2833ca261e3f037c3dc4e7077184db2a4..e5a87e7c60983998799c6d91893281cdd45db7d9 100644
--- a/Fltk/aboutWindow.cpp
+++ b/Fltk/aboutWindow.cpp
@@ -33,7 +33,7 @@ aboutWindow::aboutWindow()
   o->box(FL_FLAT_BOX);
   std::ostringstream sstream;
   sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion()
-          << "<p>Copyright (C) 1997-2009"
+          << "<p>Copyright (C) 1997-2010"
           << "<br>Christophe Geuzaine and Jean-Fran&ccedil;ois Remacle"
           << "<p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> "
           << "and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing "