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:
parent
59c5a82e51
commit
88ee8a190d
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ CFLAGS := -Drestrict= $(CFLAGS)
|
||||||
|
|
||||||
###################### END OF OPTIONS ######################
|
###################### END OF OPTIONS ######################
|
||||||
|
|
||||||
CFLAGS += -DOPUS_VERSION='"1.0.1-rc2"'
|
include version.mk
|
||||||
|
CFLAGS += -DOPUS_VERSION='$(OPUS_VERSION)'
|
||||||
include silk_sources.mk
|
include silk_sources.mk
|
||||||
include celt_sources.mk
|
include celt_sources.mk
|
||||||
include opus_sources.mk
|
include opus_sources.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue