Skip to content

Commit

Permalink
Set version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaskunz committed Jan 17, 2013
1 parent f6d1240 commit 808e95f
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
Expand Up @@ -6,8 +6,8 @@ project (grip_all)
message (STATUS "Creating Makefile for the GRIP project")

set(GRIP_MAJOR_VERSION "2")
set(GRIP_MINOR_VERSION "0")
set(GRIP_PATCH_VERSION "1")
set(GRIP_MINOR_VERSION "1")
set(GRIP_PATCH_VERSION "0")
set(PKG_DESC "GRIP is a robotics simulator based on the DART physics engine.")
set(GRIP_VERSION "${GRIP_MAJOR_VERSION}.${GRIP_MINOR_VERSION}.${GRIP_PATCH_VERSION}")
set(PKG_EXTERNAL_DEPS "dart, flann, ccd, fcl")
Expand Down

0 comments on commit 808e95f

Please sign in to comment.