Update versions for gramps v5.0.0-alpha2.

This commit is contained in:
John Ralls
2017-06-04 16:48:49 -07:00
parent c727d56ed0
commit 657aca35ac
2 changed files with 32 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>master, (C) 1997-2016 The Gramps Team http://www.gramps-project.org</string>
<string>master, (C) 1997-2017 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
@@ -17,16 +17,18 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Master</string>
<string>5.0.0-alpha2-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>Master</string>
<string>5.0.0-alpha2-1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2016 The Gramps Team, GNU General Public License.</string>
<string>Copyright 1997 - 2017 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<string>10.8</string>
<key>GtkOSXLaunchScriptFile</key>
<string>gramps_launcher.py</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>