Skip to content

Commit 546d748

Browse files
Merge remote-tracking branch 'origin/develop-6.7' into develop-7.0
Conflicts: ide revdb/Android.mk revxml/Android.mk revzip/Android.mk version
2 parents 726a948 + 5213abe commit 546d748

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

revdb/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LOCAL_LDLIBS += -lz -llog \
2626

2727
# SN-2015-03-25: [[ Bug 14326 ]] Add the symbol to allow the mobile externals to access
2828
# the external interface version setting function
29-
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,u,configureSecurity
29+
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,-u,configureSecurity
3030

3131
include $(BUILD_SHARED_LIBRARY)
3232

revxml/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ LOCAL_LDLIBS += -lz \
2525

2626
# SN-2015-03-25: [[ Bug 14326 ]] Add the symbol to allow the mobile externals to access
2727
# the external interface version setting function
28-
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,u,configureSecurity
28+
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,-u,configureSecurity
2929

3030
include $(BUILD_SHARED_LIBRARY)

revzip/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ LOCAL_LDLIBS += -lz \
2424

2525
# SN-2015-03-25: [[ Bug 14326 ]] Add the symbol to allow the mobile externals to access
2626
# the external interface version setting function
27-
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,u,configureSecurity
27+
LOCAL_LDFLAGS += -Wl,-u,getXtable -Wl,-u,setExternalInterfaceVersion -Wl,-u,configureSecurity
2828

2929
include $(BUILD_SHARED_LIBRARY)

version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
BUILD_REVISION = 10028
1+
BUILD_REVISION = 10029
22
BUILD_MAJOR_VERSION = 7
33
BUILD_MINOR_VERSION = 0
44
BUILD_POINT_VERSION = 4
5-
BUILD_SHORT_VERSION = 7.0.4-rc-2
6-
BUILD_LONG_VERSION = 7.0.4.10028 (rc 2)
5+
BUILD_SHORT_VERSION = 7.0.4-rc-3
6+
BUILD_LONG_VERSION = 7.0.4.10029 (rc 3)

0 commit comments

Comments
 (0)