From 9253dadaa7c517090b56c8d01ab3fd751bfeddfd Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Tue, 12 Apr 2016 15:32:10 -0400 Subject: [PATCH] Bump to 0.2.19.dev. --- CMakeLists.txt | 2 +- Makefile.rule | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ead63bff8..f5dfb8187 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4) project(OpenBLAS) set(OpenBLAS_MAJOR_VERSION 0) set(OpenBLAS_MINOR_VERSION 2) -set(OpenBLAS_PATCH_VERSION 18) +set(OpenBLAS_PATCH_VERSION 19.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 d8db6102c..55c335311 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.18 +VERSION = 0.2.19.dev # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library diff --git a/appveyor.yml b/appveyor.yml index 5360a9ef9..c9d8e47ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.2.18.{build} +version: 0.2.19.{build} #environment: