diff --git a/mdal/mdal.cpp b/mdal/mdal.cpp index 9d3a1319..5744b3bb 100644 --- a/mdal/mdal.cpp +++ b/mdal/mdal.cpp @@ -21,7 +21,7 @@ static const char *EMPTY_STR = ""; const char *MDAL_Version() { - return "0.9.1"; + return "0.9.3"; } MDAL_Status MDAL_LastStatus()