From cbc974804daf48cd3745e2c16b363c81e0a15638 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Sat, 17 Jan 2015 11:23:20 -0600 Subject: [PATCH] Updating wallet executable name in plist file. Bumping revision number. --- CMakeLists.txt | 2 +- Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b25dee8152..4f192b77a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ add_executable (qt_system set (CPACK_PACKAGE_VERSION_MAJOR "4") set (CPACK_PACKAGE_VERSION_MINOR "0") -set (CPACK_PACKAGE_VERSION_PATCH "0") +set (CPACK_PACKAGE_VERSION_PATCH "1") SET (ACTIVE_NETWORK rai_active_network CACHE STRING "Selects which network parameters are used") set_property (CACHE ACTIVE_NETWORK PROPERTY STRINGS rai_test_network rai_beta_network rai_live_network) diff --git a/Info.plist b/Info.plist index ba0dc09eb5..3365857486 100644 --- a/Info.plist +++ b/Info.plist @@ -3,12 +3,12 @@ CFBundleExecutable - qt_client + qt_wallet CFBundleName RaiBlocks CFBundleInfoDictionaryVersion 6.0 CFBundleIdentifier - net.raiblocks.qt_client + net.raiblocks.qt_wallet