diff --git a/src/duqf-app/app-version.h b/src/duqf-app/app-version.h index 9ac2dd06..3d2fcf11 100644 --- a/src/duqf-app/app-version.h +++ b/src/duqf-app/app-version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_BUILD 12 +#define VERSION_BUILD 13 #define VERSION_SUFFIX "Beta" #define STRINGIFY_VERSION(A, B, C) CONCAT(A, B, C )