diff options
Diffstat (limited to 'src/ao_product.c')
| -rw-r--r-- | src/ao_product.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_product.c b/src/ao_product.c index 54ba2a14..bb42e92c 100644 --- a/src/ao_product.c +++ b/src/ao_product.c @@ -20,7 +20,7 @@  /* 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;  | 
