Skip to content

Commit

Permalink
Set version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaskunz committed Feb 11, 2013
1 parent 6ae4a0e commit 54a8a89
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 @@ -4,7 +4,7 @@ project (grip_all)
message (STATUS "Creating Makefile for the GRIP project")

set(GRIP_MAJOR_VERSION "2")
set(GRIP_MINOR_VERSION "2")
set(GRIP_MINOR_VERSION "3")
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}")
Expand Down

0 comments on commit 54a8a89

Please sign in to comment.