Skip to content

Commit

Permalink
Updated version number to v0.4.1
Browse files Browse the repository at this point in the history
* Enable compilation with user specified gdal installation (Thanks to Guillaume
  Beraudo)
* Enable compilation on Windows using Visual Studio 2013 (Thanks to Jule)
* Fix bug in `Bounds.overlap()` (Thanks to Kyosho)
* Ensure directories created by `ctb-tile` have appropriate permissions (Thanks
  to Kyosho)
* Various small bug fixes
* Documentation updates
  • Loading branch information
Homme Zwaagstra committed Jan 30, 2015
1 parent e5b6c11 commit 250349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project("Cesium Terrain Builder")
# The version number
set(CTB_VERSION_MAJOR 0)
set(CTB_VERSION_MINOR 4)
set(CTB_VERSION_PATCH 0)
set(CTB_VERSION_PATCH 1)

# Ensure we have a C++11 compatible compiler (see
# http://www.guyrutenberg.com/2014/01/05/enabling-c11-c0x-in-cmake/)
Expand Down

0 comments on commit 250349c

Please sign in to comment.