Skip to content

Commit

Permalink
v0.3 released
Browse files Browse the repository at this point in the history
Change-Id: I8bcc8b43856172352b73462d7aeff345864a1c90
  • Loading branch information
Chris Sweeney committed Apr 27, 2015
1 parent 9d61730 commit e07c16e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ SET(CMAKE_RELEASE_POSTFIX "")
SET(CMAKE_DEBUG_POSTFIX "-debug")

SET(THEIA_VERSION_MAJOR 0)
SET(THEIA_VERSION_MINOR 1)
SET(THEIA_VERSION_MINOR 3)
SET(THEIA_VERSION_PATCH 0)
SET(THEIA_VERSION
${THEIA_VERSION_MAJOR}.${THEIA_VERSION_MINOR}.${THEIA_VERSION_PATCH})
SET(THEIA_ABI_VERSION 0.1.0)
SET(THEIA_ABI_VERSION 0.3.0)

# THEIA data directory
ADD_DEFINITIONS(-DTHEIA_DATA_DIR="${CMAKE_SOURCE_DIR}/data")
Expand Down
5 changes: 3 additions & 2 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Releases
========

HEAD
====

`0.3.0 <https://github.com/sweeneychris/TheiaSfM/archive/v0.3.tar.gz>`_
=======================================================================

New Features
------------
Expand Down

0 comments on commit e07c16e

Please sign in to comment.