Salome HOME
SALOME 6.5.0 preparation: doxygen 1.7.3 -> 1.8.0
[tools/install.git] / src / globals.h
index 160f26eed5e250f59a9d12a101cf8940ec2fab4b..2db8a2aacd2a249af590bcdbfcbf4245047c89c6 100644 (file)
@@ -1,9 +1,9 @@
 //  File      : globals.h
 //  Created   : 14/01/2005
-//  Author    : Vadim SANDLER
+//  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2004-2005 CEA
+//  Copyright : 2002-2010 CEA
 
 #if !defined( ___GLOBALS )
 #define ___GLOBALS
@@ -16,8 +16,8 @@
 #include <iostream>
 
 #define __IW_VERSION_MAJOR__ 1
-#define __IW_VERSION_MINOR__ 0
-#define __IW_VERSION_PATCH__ 0
+#define __IW_VERSION_MINOR__ 1
+#define __IW_VERSION_PATCH__ 7
 
 #define __IW_VERSION__ (__IW_VERSION_MAJOR__*10000 + \
                         __IW_VERSION_MINOR__*100   + \