Update copyright for 2014

This commit is contained in:
BenDol
2014-04-01 18:36:42 +13:00
parent 37f9d3e200
commit 547b18db9a
310 changed files with 310 additions and 310 deletions

View File

@@ -154,7 +154,7 @@ set(BUILD_REVISION "0" CACHE "Git revision string (intended for releases)" STRIN
# default build type
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
set(CMAKE_BUILD_TYPE "Debug")
endif()
if(WIN32)