Skip to content

Commit

Permalink
Bump up the version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmin Gong committed Nov 17, 2018
1 parent c73face commit a068a65
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 @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.9)
project(ShaderConductor)

set(SC_MAJOR_VERSION 0)
set(SC_MINOR_VERSION 1)
set(SC_MINOR_VERSION 2)
set(SC_PATCH_VERSION 0)
set(SC_VERSION ${SC_MAJOR_VERSION}.${SC_MINOR_VERSION}.${SC_PATCH_VERSION})

Expand Down

0 comments on commit a068a65

Please sign in to comment.