Browse Source

Updated the doc about 0.1alpha2.3.

tags/v0.1alpha2.3^2
traits 14 years ago
parent
commit
90481ce742
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 8
- 0
Changelog.txt View File

@@ -1,4 +1,12 @@
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
14-Jul-2011


+ 1
- 1
Makefile.rule View File

@@ -3,7 +3,7 @@
#

# This library's version
VERSION = 0.1alpha2.2
VERSION = 0.1alpha2.3

# You can specify the target architecture, otherwise it's
# automatically detected.


Loading…
Cancel
Save