Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
Change-Id: I35934ed645da47f51d6474a53b03136a96ecb3db
  • Loading branch information
sweeneychris committed Oct 3, 2016
1 parent 144dd4c commit 40a28a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ set(CMAKE_RELEASE_POSTFIX "")
set(CMAKE_DEBUG_POSTFIX "-debug")

set(THEIA_VERSION_MAJOR 0)
set(THEIA_VERSION_MINOR 6)
set(THEIA_VERSION_MINOR 7)
set(THEIA_VERSION_PATCH 0)
set(THEIA_VERSION
${THEIA_VERSION_MAJOR}.${THEIA_VERSION_MINOR}.${THEIA_VERSION_PATCH})
set(THEIA_ABI_VERSION 0.6.0)
set(THEIA_ABI_VERSION 0.7.0)

# THEIA data directory
add_definitions(-DTHEIA_DATA_DIR="${CMAKE_SOURCE_DIR}/data")
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Releases
========

`Master <https://github.com/sweeneychris/TheiaSfM/>`_
`0.7.0 <https://github.com/sweeneychris/TheiaSfM/archive/v0.7.tar.gz/>`_
========================================================================

New Features
Expand Down

0 comments on commit 40a28a7

Please sign in to comment.