]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
*** empty log message *** V1_14a5
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 5 Jun 2008 07:30:27 +0000 (07:30 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 5 Jun 2008 07:30:27 +0000 (07:30 +0000)
InterfaceQT/qtEficas.py
InterfaceQT4/qtEficas.py
InterfaceTK/appli.py

index f27ad84ed964afe0575ce44918091abed9dcf864..780cf355582447004bdf9aeda7213479fd85267c 100644 (file)
@@ -128,7 +128,7 @@ class Appli(Eficas):
         titre = "version "
         monVisu=DVisu(parent=self.viewmanager,fl=Qt.WType_Dialog)
         monVisu.setCaption(titre)
-        monVisu.TB.setText("Eficas V1.13")
+        monVisu.TB.setText("Eficas V1.14")
         monVisu.adjustSize()
         monVisu.show()
 
index f27ad84ed964afe0575ce44918091abed9dcf864..780cf355582447004bdf9aeda7213479fd85267c 100644 (file)
@@ -128,7 +128,7 @@ class Appli(Eficas):
         titre = "version "
         monVisu=DVisu(parent=self.viewmanager,fl=Qt.WType_Dialog)
         monVisu.setCaption(titre)
-        monVisu.TB.setText("Eficas V1.13")
+        monVisu.TB.setText("Eficas V1.14")
         monVisu.adjustSize()
         monVisu.show()
 
index e799d1845f807b82bfd384bdeaa7f477fa4ddce6..147a560f2ef77815c98e90f55997e8e0b51da3d1 100644 (file)
@@ -55,7 +55,7 @@ import listePatronsTK
 REPTK=os.path.dirname(os.path.abspath(__file__))
 sys.path[:0]=[REPTK]
 
-VERSION="EFICAS v1.13"
+VERSION="EFICAS v1.14"
 
 class APPLI: 
   def __init__ (self,master,code=prefs.code,fichier=None,test=0,ihm="TK",salome=0) :