Skip to content

Commit e07c16e

Browse files
author
Chris Sweeney
committed
v0.3 released
Change-Id: I8bcc8b43856172352b73462d7aeff345864a1c90
1 parent 9d61730 commit e07c16e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ SET(CMAKE_RELEASE_POSTFIX "")
9191
SET(CMAKE_DEBUG_POSTFIX "-debug")
9292

9393
SET(THEIA_VERSION_MAJOR 0)
94-
SET(THEIA_VERSION_MINOR 1)
94+
SET(THEIA_VERSION_MINOR 3)
9595
SET(THEIA_VERSION_PATCH 0)
9696
SET(THEIA_VERSION
9797
${THEIA_VERSION_MAJOR}.${THEIA_VERSION_MINOR}.${THEIA_VERSION_PATCH})
98-
SET(THEIA_ABI_VERSION 0.1.0)
98+
SET(THEIA_ABI_VERSION 0.3.0)
9999

100100
# THEIA data directory
101101
ADD_DEFINITIONS(-DTHEIA_DATA_DIR="${CMAKE_SOURCE_DIR}/data")

docs/source/releases.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Releases
55
========
66

7-
HEAD
8-
====
7+
8+
`0.3.0 <https://github.com/sweeneychris/TheiaSfM/archive/v0.3.tar.gz>`_
9+
=======================================================================
910

1011
New Features
1112
------------

0 commit comments

Comments
 (0)