Skip to content

Commit

Permalink
Release v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Jun 15, 2014
1 parent 21d760f commit 4f56be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ set(executable_name "swx")
set(file_extension ".swx")
project(${application_name})
set(version_major 0)
set(version_minor 6)
set(version_patch 2)
set(version_minor 8)
set(version_patch 0)


# Definitions and flags to be passed to the compiler
Expand All @@ -39,7 +39,7 @@ add_definitions(
-DSWX_VERSION_MAJOR=${version_major}
-DSWX_VERSION_MINOR=${version_minor}
-DSWX_VERSION_PATCH=${version_patch}
# -DSWX_RELEASE # uncomment for release tag
-DSWX_RELEASE
)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

Expand Down

0 comments on commit 4f56be2

Please sign in to comment.