Use the string from version.mk in Makefile.draft.

This reduces the number of places the version string
needs to be updated at release.
This commit is contained in:
Ralph Giles 2012-08-16 13:35:11 -07:00
parent 59c5a82e51
commit 88ee8a190d

View file

@ -20,7 +20,8 @@ CFLAGS := -Drestrict= $(CFLAGS)
###################### END OF OPTIONS ######################
CFLAGS += -DOPUS_VERSION='"1.0.1-rc2"'
include version.mk
CFLAGS += -DOPUS_VERSION='$(OPUS_VERSION)'
include silk_sources.mk
include celt_sources.mk
include opus_sources.mk