Skip to content

Commit

Permalink
Update package version to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umar456 committed Mar 28, 2020
1 parent d35ef5b commit d9d9b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -7,7 +7,7 @@

cmake_minimum_required(VERSION 3.5)

project(ArrayFire VERSION 3.7.0 LANGUAGES C CXX)
project(ArrayFire VERSION 3.7.1 LANGUAGES C CXX)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")

Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.0)
cmake_policy(VERSION 3.5)
project(ArrayFire-Examples
VERSION 3.7.0
VERSION 3.7.1
LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 98)
Expand Down

0 comments on commit d9d9b65

Please sign in to comment.