Updated module_build_info (version and added spdif depth)

This commit is contained in:
xross
2018-03-28 16:45:15 +01:00
parent e1c0731c42
commit f9e90823b7

View File

@@ -13,9 +13,9 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
OPTIONAL_HEADERS += xua_conf.h
VERSION = 0.1.2
VERSION = 0.2.0
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0) lib_spdif
#ignore host dir
SOURCE_DIRS = src/*