Salome HOME
Merge branch V7_3_1_BR V7_4_0a1 V7_4_0b1
authorvsr <vsr@opencascade.com>
Thu, 3 Apr 2014 12:10:51 +0000 (16:10 +0400)
committervsr <vsr@opencascade.com>
Thu, 3 Apr 2014 12:10:51 +0000 (16:10 +0400)
1  2 
CMakeLists.txt

diff --combined CMakeLists.txt
index 57ed0fea14ee8db1abb4ce1c62ebe6fd308cea37,4aa7b056227011ee51e1df12791f29307a0783dd..19e9122a92f966804beb20551f69215d31eb7529
@@@ -1,9 -1,9 +1,9 @@@
 -# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 +# Copyright (C) 2013-2014  OPEN CASCADE
  #
  # This library is free software; you can redistribute it and/or
  # modify it under the terms of the GNU Lesser General Public
  # License as published by the Free Software Foundation; either
 -# version 2.1 of the License.
 +# version 2.1 of the License, or (at your option) any later version.
  #
  # This library is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@@ -29,10 -29,10 +29,10 @@@ STRING(TOUPPER ${PROJECT_NAME} PROJECT_
  
  SET(${PROJECT_NAME_UC}_MAJOR_VERSION 7)
  SET(${PROJECT_NAME_UC}_MINOR_VERSION 3)
- SET(${PROJECT_NAME_UC}_PATCH_VERSION 0)
+ SET(${PROJECT_NAME_UC}_PATCH_VERSION 1)
  SET(${PROJECT_NAME_UC}_VERSION
    ${${PROJECT_NAME_UC}_MAJOR_VERSION}.${${PROJECT_NAME_UC}_MINOR_VERSION}.${${PROJECT_NAME_UC}_PATCH_VERSION})
 -SET(${PROJECT_NAME_UC}_VERSION_DEV 0)
 +SET(${PROJECT_NAME_UC}_VERSION_DEV 1)
  
  # Find KERNEL
  # ===========