diff options
Diffstat (limited to 'app/xvidtune/config.h.in')
-rw-r--r-- | app/xvidtune/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/xvidtune/config.h.in b/app/xvidtune/config.h.in index c364eda45..1ca40928b 100644 --- a/app/xvidtune/config.h.in +++ b/app/xvidtune/config.h.in @@ -18,5 +18,14 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + /* Version number of package */ #undef VERSION |