Skip to content

Commit

Permalink
Bump version to 0.2 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored Dec 11, 2019
1 parent 78cbec9 commit a927027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ execute_process(
)

set (TIFLASH_VERSION_MAJOR 0)
set (TIFLASH_VERSION_MINOR 1)
set (TIFLASH_VERSION_REVISION 1)
set (TIFLASH_VERSION_MINOR 2)
set (TIFLASH_VERSION_REVISION 0)
set (TIFLASH_VERSION_STRING "${TIFLASH_VERSION_MAJOR}.${TIFLASH_VERSION_MINOR}.${TIFLASH_VERSION_REVISION}")
set (TIFLASH_VERSION_FULL "TiFlash ${TIFLASH_VERSION_STRING} ${TIFLASH_BRANCH}-${TIFLASH_GITHASH}")

0 comments on commit a927027

Please sign in to comment.