Updated the doc about 0.1alpha2.3.
This commit is contained in:
parent
9fc6764fa7
commit
90481ce742
|
@ -1,4 +1,12 @@
|
||||||
OpenBLAS ChangeLog
|
OpenBLAS ChangeLog
|
||||||
|
====================================================================
|
||||||
|
Version 0.1 alpha2.3
|
||||||
|
5-Sep-2011
|
||||||
|
|
||||||
|
x86/x86_64:
|
||||||
|
* Added DTB_ENTRIES into dynamic arch setting parameters. Now,
|
||||||
|
it can read DTB_ENTRIES on runtime. (Refs issue #55 on github)
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.1 alpha2.2
|
Version 0.1 alpha2.2
|
||||||
14-Jul-2011
|
14-Jul-2011
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# This library's version
|
||||||
VERSION = 0.1alpha2.2
|
VERSION = 0.1alpha2.3
|
||||||
|
|
||||||
# You can specify the target architecture, otherwise it's
|
# You can specify the target architecture, otherwise it's
|
||||||
# automatically detected.
|
# automatically detected.
|
||||||
|
|
Loading…
Reference in New Issue