From f35c9d393d57764986492b088ccb7f3d08f54c00 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Wed, 5 Aug 2015 21:23:31 +0200 Subject: [PATCH] version v0.0.33-rc1 Signed-off-by: Thorsten Liebig --- CMakeLists.txt | 2 ++ README | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 134a97c..97cf5fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,8 @@ IF(EXISTS ${PROJECT_SOURCE_DIR}/localConfig.cmake) include(${PROJECT_SOURCE_DIR}/localConfig.cmake) ENDIF() +set(VERSION "v0.0.33-rc1") + # add git revision IF(EXISTS ${PROJECT_SOURCE_DIR}/.git ) FIND_PACKAGE(Git) diff --git a/README b/README index db4c0d6..fdfd137 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ * * openEMS - a free and open electromagnetic field solver * -* Copyright (C) 2010-2012 Thorsten Liebig +* Copyright (C) 2010-2015 Thorsten Liebig * openEMS is licensed under the terms of the GPLv3, see .