Skip to content

Commit

Permalink
ver ++
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Feb 19, 2020
1 parent 8864427 commit 9e240e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ QGIS contains internal copy of MDAL library in following versions:
| 3.10.0 | 0.3.3 |
| 3.10.1 | 0.4.0 |
| 3.10.2 | 0.4.1 |
| 3.12.0 | 0.5.0 |
| 3.14.0 | 0.6.0 |
| 3.10.3 | 0.4.2 |
| 3.12.0 | 0.5.1 |
| 3.14.0 | 0.6.x |

versions `X.Y.9Z` are development versions or alpha/beta releases (e.g. `0.4.90`, `0.4.91`, ...)

Expand Down
2 changes: 1 addition & 1 deletion mdal/mdal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static MDAL_Status sLastStatus;

const char *MDAL_Version()
{
return "0.5.90";
return "0.5.1";
}

MDAL_Status MDAL_LastStatus()
Expand Down

0 comments on commit 9e240e2

Please sign in to comment.