diff options
| author | Alan Westbrook <[email protected]> | 2014-02-08 02:34:44 -0800 |
|---|---|---|
| committer | Alan Westbrook <[email protected]> | 2014-02-08 02:34:44 -0800 |
| commit | c0b158145abe658c2b250ada95b7be6a0360d681 (patch) | |
| tree | be694301f642dd725200372c046ae61a878d9b33 /src/mac | |
| parent | Merge pull request #228 from dogecoin/level-db-upgrade (diff) | |
| download | discoin-c0b158145abe658c2b250ada95b7be6a0360d681.tar.xz discoin-c0b158145abe658c2b250ada95b7be6a0360d681.zip | |
Update verson info
Delete the extraneous plist for bit coin that’s int he wrong place for
Dogecoin
Versions are now 1.5.1
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 772b244f1..161db05c6 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -14,9 +14,9 @@ </dict> </array> <key>CFBundleShortVersionString</key> - <string>1.5.1.1</string> + <string>1.5.1</string> <key>CFBundleVersion</key> - <string>1.5.1.1-Develop</string> + <string>1.5.1</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>CFBundleIconFile</key> |