Version downgrade for alpha release

This commit is contained in:
xross
2018-01-19 11:35:38 +00:00
parent 522071f8d9
commit 3c9a0a0f8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
lib_xua Change Log
==================
1.0.0
0.1.0
-----
- ADDED: FB_USE_REF_CLOCK to allow feedback generation from xCORE internal reference
- ADDED: Linux Makefile for xmosdfu host application

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 = 1.0.0
VERSION = 0.1.0
DEPENDENT_MODULES = lib_logging(>=2.0.0) lib_xud(>=1.0.0)