From a797666fbeadeeb8729aedff8431e37c4e7cbc74 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 24 Jul 2017 12:06:29 +0800 Subject: [PATCH] Bump develop version for 0.3.0. --- CMakeLists.txt | 4 ++-- Makefile.rule | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a379f549a..0243ca963 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ cmake_minimum_required(VERSION 2.8.5) project(OpenBLAS) set(OpenBLAS_MAJOR_VERSION 0) -set(OpenBLAS_MINOR_VERSION 2) -set(OpenBLAS_PATCH_VERSION 20) +set(OpenBLAS_MINOR_VERSION 3) +set(OpenBLAS_PATCH_VERSION 0.dev) set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}") enable_language(ASM) diff --git a/Makefile.rule b/Makefile.rule index 75fba448f..718f04090 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.20 +VERSION = 0.3.0.dev # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library