Merge pull request #696

d57ec75 Fix language (Howard Chu)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 14c1e214ad
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save