Try to pass a flag to code in Makefile. The question is the flag is a string defined as VERSION:
CC = g++ CFLAGS = -g -Wall -DVERSION="2.0.0.0" defaul