Browse Source

OpenBLAS 0.1 alpha version 1.

tags/v0.1alpha1
Xianyi Zhang 14 years ago
parent
commit
972062903c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 1
- 1
Changelog.txt View File

@@ -1,6 +1,6 @@
OpenBLAS ChangeLog OpenBLAS ChangeLog
==================================================================== ====================================================================
Version 0.1 (in development)
Version 0.1 alpha1
20-Mar-2011 20-Mar-2011


common: common:


+ 1
- 1
Makefile.rule View File

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


# This library's version # This library's version
VERSION = 0.1
VERSION = 0.1alpha1


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


Loading…
Cancel
Save