Skip to content

Commit

Permalink
Version 1.3.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva committed Sep 7, 2017
1 parent 56b4332 commit 7b46d1e
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 @@ -5,7 +5,7 @@ include(GNUInstallDirs)

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

if (POLICY CMP0042)
Expand Down

0 comments on commit 7b46d1e

Please sign in to comment.