diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-27 21:12:00 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-27 21:12:00 +0100 |
commit | 9daf06f36a48492e7ff284d0cd6b8182af8b39ce (patch) | |
tree | 53b1d46bcc050ccfdae60d7ce7148247f9845e78 /cmake/showoptions.cmake | |
parent | 052e47780ef9852665287fe76edd51a5911674b0 (diff) | |
parent | d3ad8a4941124aae2b2ced6cc75c18ec8498664a (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
src/server/game/Handlers/SpellHandler.cpp
src/server/game/Spells/Spell.cpp
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 058cce78d09..08dc2a0cfcb 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -1,7 +1,6 @@ # output generic information about the core and buildtype chosen message("") -message("* TrinityCore rev. hash : ${rev_hash}") -message("* TrinityCore rev. date : ${rev_date}") +message("* TrinityCore revision : ${rev_hash} ${rev_date} (${rev_branch} branch)") if( UNIX ) message("* TrinityCore buildtype : ${CMAKE_BUILD_TYPE}") endif() |