Salome HOME
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
[samples/pyhello.git] / src / PYHELLO / PYHELLO.py
index 07d16ca8f53fd50510c02eee9b8eddf31f92a76f..0b8c81c549383a97f155b761cc26b324924c98d4 100644 (file)
@@ -51,6 +51,13 @@ class PYHELLO(PYHELLO_ORB__POA.PYHELLO_Gen,
         #
         pass
 
+    """
+    Get version information.
+    """
+    def getVersion( self ):
+        import salome_version
+        return salome_version.getVersion("PYHELLO", True)
+
     """
     Generate hello banner.
     """