diff options
Diffstat (limited to 'Modules/CPack.Info.plist.in')
-rw-r--r-- | Modules/CPack.Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPack.Info.plist.in b/Modules/CPack.Info.plist.in index 622b288..5ad9a37 100644 --- a/Modules/CPack.Info.plist.in +++ b/Modules/CPack.Info.plist.in @@ -4,9 +4,9 @@ <plist version="1.0"> <dict> <key>IFMajorVersion</key> -<integer>@CPACK_PACKAGE_MAJOR_VERSION@</integer> +<integer>@CPACK_PACKAGE_VERSION_MAJOR@</integer> <key>IFMinorVersion</key> -<integer>@CPACK_PACKAGE_MINOR_VERSION@</integer> +<integer>@CPACK_PACKAGE_VERSION_MINOR@</integer> <key>IFPkgFlagAllowBackRev</key> <false/> <key>IFPkgFlagAuthorizationAction</key> |