Skip to content

Commit 4301f7a

Browse files
authored
Merge pull request #1 from ElectraProtocol/dev
Release v1.0.1.0rc1
2 parents 15fa8c9 + 87cd388 commit 4301f7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+1679
-1534
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 1)
33
define(_CLIENT_VERSION_MINOR, 0)
4-
define(_CLIENT_VERSION_REVISION, 0)
4+
define(_CLIENT_VERSION_REVISION, 1)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_RC, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)

contrib/macdeploy/macdeployqtplus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class FrameworkInfo(object):
154154
class ApplicationBundleInfo(object):
155155
def __init__(self, path: str):
156156
self.path = path
157-
appName = "Bitcoin-Qt"
157+
appName = "XEP-Qt"
158158
self.binaryPath = os.path.join(path, "Contents", "MacOS", appName)
159159
if not os.path.exists(self.binaryPath):
160160
raise RuntimeError("Could not find bundle binary for " + path)
@@ -639,7 +639,7 @@ else:
639639

640640
# ------------------------------------------------
641641

642-
target = os.path.join("dist", "Bitcoin-Qt.app")
642+
target = os.path.join("dist", "XEP-Qt.app")
643643

644644
if verbose >= 2:
645645
print("+ Copying source bundle +")

share/pixmaps/nsis-header.bmp

8.32 KB
Binary file not shown.

share/pixmaps/nsis-wizard.bmp

-2 Bytes
Binary file not shown.

share/pixmaps/xep.ico

66.2 KB
Binary file not shown.

share/pixmaps/xep128.png

-4.74 KB
Loading

0 commit comments

Comments
 (0)