From 972062903cec7f4a510b1d847e4abe752f33702a Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Sun, 20 Mar 2011 22:44:57 +0800 Subject: [PATCH] OpenBLAS 0.1 alpha version 1. --- Changelog.txt | 2 +- Makefile.rule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index acdf701d4..71677f0ee 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,6 @@ OpenBLAS ChangeLog ==================================================================== -Version 0.1 (in development) +Version 0.1 alpha1 20-Mar-2011 common: diff --git a/Makefile.rule b/Makefile.rule index 299d19d43..d622390f4 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.1 +VERSION = 0.1alpha1 # You can specify the target architecture, otherwise it's # automatically detected.