Skip to content

Commit

Permalink
Incremented version number from v0.4.3-alpha to v0.4.4-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
justusc committed Aug 6, 2015
1 parent 073879b commit 861771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ option(TA_EXPERT "TiledArray Expert mode: disables automatically downloading or
# Set TiledArray version
set(TILEDARRAY_MAJOR_VERSION 0)
set(TILEDARRAY_MINOR_VERSION 4)
set(TILEDARRAY_MICRO_VERSION 3)
set(TILEDARRAY_MICRO_VERSION 4)
set(TILEDARRAY_BUILDID alpha)
set(TILEDARRAY_VERSION "${TILEDARRAY_MAJOR_VERSION}.${TILEDARRAY_MINOR_VERSION}.${TILEDARRAY_MICRO_VERSION}-${TILEDARRAY_BUILDID}")

Expand Down

0 comments on commit 861771d

Please sign in to comment.