Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 29, 2019
1 parent dad7e0b commit 1ead144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)

# the next line is the ONLY place in the entire pdal system where
# the version info is hard-coded
set(PDAL_VERSION_STRING "1.8.0" CACHE STRING "PDAL version")
set(PDAL_VERSION_STRING "1.9.0" CACHE STRING "PDAL version")

DISSECT_VERSION()
GET_OS_INFO()
SET_INSTALL_DIRS()

set(PDAL_API_VERSION "7")
set(PDAL_BUILD_VERSION "8.0.0")
set(PDAL_API_VERSION "8")
set(PDAL_BUILD_VERSION "9.0.0")

# Name of C++ library

Expand Down

0 comments on commit 1ead144

Please sign in to comment.