Skip to content

Commit

Permalink
Bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpoole committed Aug 13, 2017
1 parent 99849b2 commit 8592501
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 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(cadmesh)

set(CADMESH_MAJOR_VERSION 1)
set(CADMESH_MINOR_VERSION 0)
set(CADMESH_MINOR_VERSION 1)
set(CADMESH_PATCH_VERSION 0)
set(CADMESH_VERSION
${CADMESH_MAJOR_VERSION}.${CADMESH_MINOR_VERSION}.${CADMESH_PATCH_VERSION})
Expand Down

0 comments on commit 8592501

Please sign in to comment.