Skip to content

Commit

Permalink
Tagging release 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel committed Jun 28, 2018
2 parents 9ca78e8 + e432f5d commit 652de4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/ConfigDefault.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set (GMT_PACKAGE_VERSION_PATCH 4)
# This is manually set when making GMT *public* releases.
# However, when making internal releases or just an ordinary developer build, leave it
# empty; if it is empty, the revision number is automatically populated for you on build.
set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "20308")
set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "20314")
#set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "")

# The GMT package version.
Expand Down
2 changes: 1 addition & 1 deletion src/x2sys/x2sys_put.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ int GMT_x2sys_put (void *V_API, int mode, void *args) {

char track[GMT_LEN64] = {""}, line[GMT_BUFSIZ] = {""};
char track_file[GMT_BUFSIZ] = {""}, index_file[GMT_BUFSIZ] = {""}, old_track_file[GMT_BUFSIZ] = {""}, old_index_file[GMT_BUFSIZ] = {""};
char track_path[] = {""}, index_path[GMT_BUFSIZ] = {""}, old_track_path[GMT_BUFSIZ] = {""}, old_index_path[GMT_BUFSIZ] = {""};
char track_path[GMT_BUFSIZ] = {""}, index_path[GMT_BUFSIZ] = {""}, old_track_path[GMT_BUFSIZ] = {""}, old_index_path[GMT_BUFSIZ] = {""};

int error = 0, k;
bool found_it, skip;
Expand Down

0 comments on commit 652de4d

Please sign in to comment.