Skip to content

Commit

Permalink
Merge pull request #49 from kjetil-lye/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
Kjetil Olsen Lye committed Jun 20, 2019
2 parents c753eee + d0acccf commit 0ae3b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ELSE()
ENDMACRO()
ENDIF()

project (alsvinn VERSION 0.4.3 LANGUAGES C CXX )
project (alsvinn VERSION 0.5.0 LANGUAGES C CXX )
SET(ALSVINN_USE_FLOAT OFF CACHE BOOL "Do all computations with 32 bits
floating point numbers, instead of 64 bit double precision")
SET(ALSVINN_USE_CUDA ON CACHE BOOL "Build with CUDA")
Expand Down
2 changes: 1 addition & 1 deletion documentation/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Kjetil Olsen Lye ETH Zurich'

# The full version, including alpha/beta/rc tags
release = '0.4.1'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 0ae3b77

Please sign in to comment.