From 27f602997b0c2af0506c855803c0e87737d8aa90 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Fri, 29 Mar 2013 17:54:45 +0100 Subject: [PATCH] Update version number --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6c8aab..8e4fbc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(PARAMETRIC) -SET(VERSION "6.6.0") -SET(SHORT_VERSION "6.6") +SET(VERSION "7.2.0") +SET(SHORT_VERSION "7.2") SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR}) IF(NOT KERNEL_ROOT_DIR) -- 2.39.2