Skip to content

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 20, 2020
1 parent 639b9a8 commit ccf10cc
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
@@ -1,6 +1,6 @@
# slang - cmake entry point
cmake_minimum_required(VERSION 3.12)
project(slang VERSION 0.1.0 LANGUAGES CXX)
project(slang VERSION 0.2.0 LANGUAGES CXX)

option(SLANG_MSVC_W4 "Enable /W4 for MSVC builds" ON)
option(SLANG_MSVC_STATIC_RUNTIME "Enable linking to the MSVC static runtime" ON)
Expand All @@ -15,7 +15,7 @@ set(DOXYGENPY_PATH "" CACHE STRING "When building docs, the path to doxygen.py t
set(SLANG_SANITIZERS "" CACHE STRING "List of Clang sanitizers to include in build")

set(SLANG_VERSION_MAJOR 0)
set(SLANG_VERSION_MINOR 1)
set(SLANG_VERSION_MINOR 2)

# Default build type if none is set
if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit ccf10cc

Please sign in to comment.