Merge pull request #696

d57ec75 Fix language (Howard Chu)
This commit is contained in:
Riccardo Spagni
2016-03-05 23:06:03 +02:00

View File

@@ -72,7 +72,7 @@ else()
message(STATUS "You are building a tagged release")
set(VERSIONTAG "release")
else()
message(STATUS "You are ahead or behind of a tagged release")
message(STATUS "You are ahead of or behind a tagged release")
set(VERSIONTAG "${COMMIT}")
endif()
endif()