Skip to content

Commit

Permalink
Merge pull request #4 from jamiesnape/patch-1
Browse files Browse the repository at this point in the history
Increment version number
  • Loading branch information
mikebentley15 authored Oct 11, 2019
2 parents c8698cf + aa25a02 commit 2e9a8d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
project(libccd)

set(CCD_VERSION_MAJOR 2)
set(CCD_VERSION_MINOR 0)
set(CCD_VERSION_MINOR 2)
set(CCD_VERSION ${CCD_VERSION_MAJOR}.${CCD_VERSION_MINOR})

set(CCD_SOVERSION 2)
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], [2.0], [[email protected]])
AC_INIT([libccd], [2.2], [[email protected]])
AC_CONFIG_SRCDIR([src/ccd.c])
AC_CONFIG_HEADERS([src/ccd/config.h])
AM_INIT_AUTOMAKE
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.0'
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.0'
release = u'2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2e9a8d9

Please sign in to comment.