Skip to content

Commit

Permalink
Set version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaskunz committed Mar 6, 2013
1 parent c1cfa04 commit 02d64ff
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 @@ -4,8 +4,8 @@ project (grip_all)
message (STATUS "Creating Makefile for the GRIP project")

set(GRIP_MAJOR_VERSION "2")
set(GRIP_MINOR_VERSION "3")
set(GRIP_PATCH_VERSION "0precise")
set(GRIP_MINOR_VERSION "4")
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 02d64ff

Please sign in to comment.