Description: Find any VER_VOPP_FILEBUILD define that occurs at the start of a line and has any value between quotes. Change each match so that the define has a value of "0".
Search expression:
^DEFINE VER_VOPP_FILEBUILD := ".*"
Replace expression:
DEFINE VER_VOPP_FILEBUILD := "0"