Skip to content
Snippets Groups Projects
Commit 88ee8a19 authored by Ralph Giles's avatar Ralph Giles
Browse files

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

This reduces the number of places the version string
needs to be updated at release.
parent 59c5a82e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment