diff options
| author | Alan Westbrook <[email protected]> | 2014-01-26 16:22:41 -0800 |
|---|---|---|
| committer | Alan Westbrook <[email protected]> | 2014-01-26 16:22:41 -0800 |
| commit | 572eac974658c50b16f77342082b2074ed03c9ec (patch) | |
| tree | 75cceb4f70983fc1a3a98c135b894c78cadcfc5e /src/mac | |
| parent | Merge pull request #96 from ummjackson/Mac (diff) | |
| download | discoin-572eac974658c50b16f77342082b2074ed03c9ec.tar.xz discoin-572eac974658c50b16f77342082b2074ed03c9ec.zip | |
Fix warnings, update version
Fix a sprintf format warning without changing the actual functionality
Putting statics in headers is re-tard-ed (json_spirit_value)
This is alpha 3 of 1.5
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac/Info.plist b/src/mac/Info.plist index b3432ff1a..f563a344b 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -3,9 +3,9 @@ <plist version="1.0"> <dict> <key>CFBundleShortVersionString</key> - <string>1.5.0.1</string> + <string>1.5.0.3</string> <key>CFBundleVersion</key> - <string>1.5 Alpha 1</string> + <string>1.5 Alpha 3</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>CFBundleIconFile</key> |