diff --git a/include/crow/version.h b/include/crow/version.h index 5e1394f47..60d39ed6f 100644 --- a/include/crow/version.h +++ b/include/crow/version.h @@ -3,8 +3,8 @@ namespace crow { #ifdef CROW_MAIN - constexpr char VERSION[] = "master"; + char VERSION[] = "master"; #else - extern constexpr char VERSION[]; + extern char VERSION[]; #endif }