Merge pull request #696

d57ec75 Fix language (Howard Chu)
This commit is contained in:
Riccardo Spagni 2016-03-05 23:06:03 +02:00
commit 14c1e214ad
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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