Skip to content

Commit 8e8a2ce

Browse files
authored
Merge pull request #245 from Zondax/ledger-update
Ledger update
2 parents bf474f0 + 895b6b2 commit 8e8a2ce

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.installer_script
2626

2727
include $(BOLOS_SDK)/Makefile.defines
2828
# Set the default value for PRODUCTION_BUILD to 0 if not already defined
29-
PRODUCTION_BUILD ?= 0
29+
PRODUCTION_BUILD ?= 1
3030

3131
$(info ************ TARGET_NAME = [$(TARGET_NAME)])
3232

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=3
33
# This is the minor version of this release
44
APPVERSION_N=1
55
# This is the patch version of this release
6-
APPVERSION_P=0
6+
APPVERSION_P=1
-189 Bytes
Loading
-8 Bytes
Loading
-8 Bytes
Loading
6 Bytes
Loading
6 Bytes
Loading
-174 Bytes
Loading
6 Bytes
Loading
6 Bytes
Loading

0 commit comments

Comments
 (0)