Files
hdf5/config/cmake_ext_mod/version.plist.in
Dana Robinson 3b5a4a0648 [svn-r27636] Added cmake_ext_mod files from trunk. Merging them properly was
annoying with the direct clobber of the externals directory
with real files.
2015-08-31 23:24:03 -05:00

18 lines
628 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildVersion</key>
<string>@CPACK_PACKAGE_VERSION_MAJOR@</string>
<key>CFBundleShortVersionString</key>
<string>@CPACK_APPLE_GUI_SHORT_VERSION_STRING@</string>
<key>CFBundleVersion</key>
<string>@CPACK_APPLE_GUI_SHORT_VERSION_STRING@</string>
<key>ProjectName</key>
<string>@CPACK_APPLE_GUI_BUNDLE_NAME@</string>
<key>SourceVersion</key>
<string>@CPACK_PACKAGE_VERSION_MINOR@</string>
</dict>
</plist>