Update lib version and copyright

This commit is contained in:
Luciano Martin
2019-01-09 17:39:15 +00:00
parent 532c872902
commit 868b17a5ff
4 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
lib_xua Change Log
==================
0.2.1
-----
* FIXED: reset tile in case second highest PLL register bit is set to 1
0.2.0
-----

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
VERSION = 0.2.0
VERSION = 0.2.1
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0) lib_spdif(>=3.0.0)

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved
// Copyright (c) 2011-2019, XMOS Ltd, All rights reserved
#include <xs1.h>
#include <platform.h>
#include <print.h>

View File

@@ -32,4 +32,4 @@ def use_module(bld):
depends_on=depends_on,
includes=['api'],
optional_headers='xua_conf.h',
version='1.0.0')
version='0.2.1')