Changelog and version number for 0.1.3 release

This commit is contained in:
Larry Snizek
2019-08-20 15:25:53 +01:00
parent c59a545197
commit 5a1865d9d5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
lib_xua Change Log 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 0.1.2
----- -----

View File

@@ -13,7 +13,7 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
OPTIONAL_HEADERS += xua_conf.h 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) DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)