]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update version
authorinv <inv@opencascade.com>
Thu, 12 May 2011 14:00:54 +0000 (14:00 +0000)
committerinv <inv@opencascade.com>
Thu, 12 May 2011 14:00:54 +0000 (14:00 +0000)
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 );