Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
GPSTk v2.8.1 Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parsons committed Jan 27, 2016
1 parent 7940764 commit b0976de
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 @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.5 )
project( GPSTK )
set( GPSTK_VERSION_MAJOR "2" )
set( GPSTK_VERSION_MINOR "8" )
set( GPSTK_VERSION_PATCH "0" )
set( GPSTK_VERSION_PATCH "1" )
set( GPSTK_VERSION "${GPSTK_VERSION_MAJOR}.${GPSTK_VERSION_MINOR}.${GPSTK_VERSION_PATCH}" )

# Test data file source directory
Expand Down

0 comments on commit b0976de

Please sign in to comment.