Skip to content

Commit

Permalink
libccd v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danfis committed Mar 19, 2014
1 parent 0a217d6 commit 244a1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(libccd C)

set(CCD_VERSION "1.5")
set(CCD_VERSION "2.0")
set(CCD_SOVERSION "2")
set(PKG_DESC "Library for collision detection between convex shapes")

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

#AC_PREREQ([2.65])
AC_INIT([libccd], [1.5], [[email protected]])
AC_INIT([libccd], [2.0], [[email protected]])
AC_CONFIG_SRCDIR([src/ccd.c])
AC_CONFIG_HEADERS([src/ccd/config.h])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 244a1bf

Please sign in to comment.