diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-08 10:15:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-08 10:15:00 +0000 |
commit | 15c3aa07fee6d0a0b4dde5e9213e50fe54e77e4e (patch) | |
tree | 7be7ffdbe395f4cc2ba1e0b35d8621a1453c6eea /app/xcompmgr/config.h.in | |
parent | 48ffdc4fadb3666264df56607573aab31a7f44e9 (diff) |
Update to xcompmgr 1.1.5
Diffstat (limited to 'app/xcompmgr/config.h.in')
-rw-r--r-- | app/xcompmgr/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/xcompmgr/config.h.in b/app/xcompmgr/config.h.in index 4b85fcd03..86834a99f 100644 --- a/app/xcompmgr/config.h.in +++ b/app/xcompmgr/config.h.in @@ -58,6 +58,15 @@ /* 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 + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |