File diff r25890:31b085404537 → r25891:90a4bf886d7d
cmake/scripts/FindVersion.cmake
Show inline comments
 
@@ -6,9 +6,6 @@ endif()
 
if(NOT REV_MINOR)
 
    set(REV_MINOR 0)
 
endif()
 
if(NOT REV_BUILD)
 
    set(REV_BUILD 0)
 
endif()
 

	
 
#
 
# Finds the current version of the current folder.