Skip to content

Commit

Permalink
version v0.0.33
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
  • Loading branch information
thliebig committed Oct 10, 2015
1 parent fcd506b commit 445ac7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IF(EXISTS ${PROJECT_SOURCE_DIR}/localConfig.cmake)
include(${PROJECT_SOURCE_DIR}/localConfig.cmake)
ENDIF()

set(VERSION "v0.0.33-rc2")
set(VERSION "v0.0.33")

# add git revision
IF(EXISTS ${PROJECT_SOURCE_DIR}/.git )
Expand Down
2 changes: 1 addition & 1 deletion openEMS.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG += debug_and_release
#
# VERSION
#
VERSION=0.0.32
VERSION=0.0.33

# add git revision
GITREV = $$system(git describe --tags)
Expand Down

0 comments on commit 445ac7e

Please # to comment.