From c01bbc0028c062c64c2e20ad988a21f9073fc735 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Mon, 2 Dec 2013 16:21:55 +0100 Subject: [PATCH] Upgrade version number to 7.3.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d346b8c..1b72a7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(PARAMETRIC) -SET(VERSION "7.2.0") -SET(SHORT_VERSION "7.2") +SET(VERSION "7.3.0") +SET(SHORT_VERSION "7.3") SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR}) IF(NOT KERNEL_ROOT_DIR) -- 2.39.2