File: version.plist.in

package info (click to toggle)
hdf5 1.8.13%2Bdocs-15
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 171,520 kB
  • sloc: ansic: 387,158; f90: 35,195; sh: 20,035; xml: 17,780; cpp: 13,516; makefile: 1,487; perl: 1,299; yacc: 327; lex: 178; ruby: 37
file content (17 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>