Skip to content

Commit

Permalink
Merge pull request #158 from jokva/bump-1.3.2
Browse files Browse the repository at this point in the history
Bump 1.3.2
  • Loading branch information
jokva authored Aug 26, 2017
2 parents e631e71 + ca977af commit d92b477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(GNUInstallDirs)

set(segyio_MAJOR 1 CACHE STRING "")
set(segyio_MINOR 3 CACHE STRING "")
set(segyio_PATCH 1 CACHE STRING "")
set(segyio_PATCH 2 CACHE STRING "")
set(segyio_VERSION ${segyio_MAJOR}.${segyio_MINOR}.${segyio_PATCH})

if (POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ after_deploy:

deploy_script:
- ps: |
If (-not $env:APPVEYOR_REPO_TAG) { return }
If (-not ($env:APPVEYOR_REPO_TAG)) { return }
If ($env:SHARED -eq "ON") { return }
If ($env:APPVEYOR_REPO_BRANCH -ne "master") { return }
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.2
* add test for segy-cath
* fix memory double-free error in subtr functions

# 1.3.1
* fix a typo in segyio-crop --version
* some building improvements
Expand Down

0 comments on commit d92b477

Please sign in to comment.