version v0.0.33-rc1

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/13/head v0.0.33-rc1
Thorsten Liebig 2015-08-05 21:23:31 +02:00
parent f06cc293dc
commit f35c9d393d
2 changed files with 3 additions and 1 deletions

View File

@ -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)

2
README
View File

@ -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 <http://www.gnu.org/licenses/>.