diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7ce1a5993f..70814f4172 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,6 +36,9 @@ /* Sub-version identification string. */ #undef SUB_VERSION +/* Base version number (eg. "1.4" for "1.4.7"). */ +#undef BASE_VERSION + /* Preview-release string */ #undef VERSION_COMMENT |