Skip to content

Commit

Permalink
Updated revision number.
Browse files Browse the repository at this point in the history
  • Loading branch information
justusc committed Jun 20, 2015
1 parent d0185eb commit 56ddbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ option(TA_EXPERT "TiledArray Expert mode: disables automatically downloading or

# Set TiledArray version
set(TILEDARRAY_MAJOR_VERSION 0)
set(TILEDARRAY_MINOR_VERSION 3)
set(TILEDARRAY_MICRO_VERSION 0)
set(TILEDARRAY_MINOR_VERSION 4)
set(TILEDARRAY_MICRO_VERSION 3)
set(TILEDARRAY_BUILDID alpha)
set(TILEDARRAY_VERSION "${TILEDARRAY_MAJOR_VERSION}.${TILEDARRAY_MINOR_VERSION}.${TILEDARRAY_MICRO_VERSION}-${TILEDARRAY_BUILDID}")

Expand Down

0 comments on commit 56ddbdb

Please sign in to comment.