diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 211bf644..21d1484f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ lib_xua Change Log ================== +0.1.3 +----- + + * CHANGED: Remove sharing of global master clock port variable for + compatibility with tools 14.4 + * CHANGED: Remove obsolete -fsubword-select to clear warning in tools 14.4 + 0.1.2 ----- diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 44c20442..7a2a5148 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -13,7 +13,7 @@ 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.1.3 DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)