Salome HOME
SALOME 6.5.0 preparation: update scripts for Python (2.6.6)
[tools/install.git] / src / globals.h
index 570192768db2a97ca8c19f46ae114e18c3f4e973..2db8a2aacd2a249af590bcdbfcbf4245047c89c6 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2006 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__ 3
+#define __IW_VERSION_MINOR__ 1
+#define __IW_VERSION_PATCH__ 7
 
 #define __IW_VERSION__ (__IW_VERSION_MAJOR__*10000 + \
                         __IW_VERSION_MINOR__*100   + \