Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Jan 30, 2020
1 parent d9efb1f commit 50e621a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(taichi)

SET(TI_VERSION_MAJOR 0)
SET(TI_VERSION_MINOR 3)
SET(TI_VERSION_PATCH 25)
SET(TI_VERSION_MINOR 4)
SET(TI_VERSION_PATCH 0)

execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.25
0.4.0

0 comments on commit 50e621a

Please sign in to comment.