Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added patchlevel to version number
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Xcode/SDL/Info-Framework.plist
|
@@ -17,10 +17,10 @@ |
|
|
<key>CFBundlePackageType</key> |
|
|
<string>FMWK</string> |
|
|
<key>CFBundleShortVersionString</key> |
|
|
<string>2.0</string> |
|
|
<string>2.0.0</string> |
|
|
<key>CFBundleSignature</key> |
|
|
<string>SDLX</string> |
|
|
<key>CFBundleVersion</key> |
|
|
<string>2.0</string> |
|
|
<string>2.0.0</string> |
|
|
</dict> |
|
|
</plist> |