X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_product.c;h=fb59580b8d4b123b729cf0a0712495282eac8da5;hp=54ba2a14e993b85017c0f203e22191e2f82e9bca;hb=504ab7ab355652d5d01094c927089029596a0753;hpb=02611efea0c485d78fad08c696c1f56e868d36b8 diff --git a/src/ao_product.c b/src/ao_product.c index 54ba2a14..fb59580b 100644 --- a/src/ao_product.c +++ b/src/ao_product.c @@ -16,11 +16,11 @@ */ #include "ao.h" -#include PRODUCT_DEFS +#include "ao_product.h" /* Defines which mark this particular AltOS product */ -const char ao_version[] = AO_iVersion_STRING; +const char ao_version[AO_MAX_VERSION] = AO_iVersion_STRING; const char ao_manufacturer[] = AO_iManufacturer_STRING; const char ao_product[] = AO_iProduct_STRING;