Skip to content

Commit

Permalink
Merge pull request #155 from jokva/version1.3.1
Browse files Browse the repository at this point in the history
Version1.3.1
  • Loading branch information
jokva authored Aug 22, 2017
2 parents fcf6b61 + a8cc526 commit c3e942b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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 0 CACHE STRING "")
set(segyio_PATCH 1 CACHE STRING "")
set(segyio_VERSION ${segyio_MAJOR}.${segyio_MINOR}.${segyio_PATCH})

if (POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion applications/segyio-crop.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static int help() {
"-b, --il inline header word byte offset\n"
"-B, --xl crossline header word byte offset\n"
"-v, --verbose increase verbosity\n"
" --version ouput version information and exit\n"
" --version output version information and exit\n"
" --help display this help and exit\n"
"\n"
"If no begin/end options are specified, this program is\n"
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.1
* fix a typo in segyio-crop --version
* some building improvements

# 1.3.0
* segyio is now meant to be used as proper versions, not trunk checkouts.
changelogs from now on will be written when new versions are released, not on
Expand Down
2 changes: 1 addition & 1 deletion pycmake

0 comments on commit c3e942b

Please sign in to comment.