diff --git a/mdal/mdal.cpp b/mdal/mdal.cpp index 16a0d339..0fa06020 100644 --- a/mdal/mdal.cpp +++ b/mdal/mdal.cpp @@ -21,7 +21,7 @@ static const char *EMPTY_STR = ""; const char *MDAL_Version() { - return "0.8.0"; + return "0.8.1"; } MDAL_Status MDAL_LastStatus()