Skip to content

Commit

Permalink
pj_release: Use correct release date for 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed May 9, 2019
1 parent 0c56c9a commit 6454541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ char const pj_release[] =
STR(PROJ_VERSION_MAJOR)"."
STR(PROJ_VERSION_MINOR)"."
STR(PROJ_VERSION_PATCH)", "
"September 1st, 2019";
"May 15th, 2019";

const char *pj_get_release() {
return pj_release;
Expand Down

0 comments on commit 6454541

Please sign in to comment.