Skip to content

Commit

Permalink
increment version to 1.3.0 in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 26, 2016
1 parent 1dd7a57 commit 088f31b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ script:

after_success:
- echo "secure travis:" "$TRAVIS_SECURE_ENV_VARS"
- sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "1.2-maintenance" -a "$PDAL_OPTIONAL_COMPONENTS" = "all"; then echo "publish website"; ./scripts/ci/build_docs.sh; ./scripts/ci/add_deploy_key.sh; ./scripts/ci/deploy_website.sh $TRAVIS_BUILD_DIR/doc/build /tmp; fi'
- sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "1.3-maintenance" -a "$PDAL_OPTIONAL_COMPONENTS" = "all"; then echo "publish website"; ./scripts/ci/build_docs.sh; ./scripts/ci/add_deploy_key.sh; ./scripts/ci/deploy_website.sh $TRAVIS_BUILD_DIR/doc/build /tmp; fi'

notifications:
on_success: always
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
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.2.0" CACHE STRING "PDAL version" FORCE)
set(PDAL_VERSION_STRING "1.3.0" CACHE STRING "PDAL version" FORCE)

DISSECT_VERSION()
GET_OS_INFO()
SET_INSTALL_DIRS()

set(PDAL_API_VERSION "2")
set(PDAL_BUILD_VERSION "3.0.0")
set(PDAL_API_VERSION "3")
set(PDAL_BUILD_VERSION "4.0.0")

# Name of C++ library

Expand Down
2 changes: 1 addition & 1 deletion python/VERSION.txt
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion python/pdal/__init__.py
@@ -1 +1 @@
__version__='1.2.0'
__version__='1.3.0'

0 comments on commit 088f31b

Please sign in to comment.