Salome HOME
Adding HEXABLOCK and HEXABLOCKPLUGIN
[tools/install.git] / src / SALOME_InstallWizard.cxx
index 2504bbf488ad9da5b51e14e16657ab0420957e3e..7502e00cfb9111f7f1d5b6145810ddd22eb7994a 100644 (file)
@@ -478,7 +478,7 @@ public:
                      .arg( __IW_VERSION_MINOR__ ) \
                      .arg( __IW_VERSION_PATCH__ ) );
     QLabel* copyright = new QLabel( this, "copyright" );
-    copyright->setText( "<b>Copyright</b> &copy; 2007-2010 CEA/DEN" );
+    copyright->setText( "<b>Copyright</b> &copy; 2007-2011 CEA/DEN" );
     QFont font = title->font();
     font.setPointSize( (int)( font.pointSize() * 1.8 ) );
     title->setFont( font );