Update version number to indicate the first major release.

The version number has been changed since the library is used in a
released product.
This commit is contained in:
mbanth
2020-03-10 10:53:21 +00:00
parent 1dbad0ff89
commit 045059ad1e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
lib_xua Change Log lib_xua Change Log
================== ==================
0.3.0 1.0.0
----- -----
* ADDED: UAC1 HID support with simulated Voice Command detection reported * ADDED: UAC1 HID support with simulated Voice Command detection reported

View File

@@ -1,4 +1,4 @@
VERSION = 0.3.0 VERSION = 1.0.0
DEPENDENT_MODULES = lib_logging(>=3.0.0) \ DEPENDENT_MODULES = lib_logging(>=3.0.0) \
lib_xassert(>=4.0.0) \ lib_xassert(>=4.0.0) \