diff --git a/Makefile.draft b/Makefile.draft index 69e87279..88637c1a 100644 --- a/Makefile.draft +++ b/Makefile.draft @@ -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