Skip to content

Commit bccf196

Browse files
author
Oleh Kulykov
committed
1722295267
1 parent df39922 commit bccf196

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

PLzmaSDK-ObjC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414

1515
s.source_files = 'libplzma.h', 'libplzma.hpp', 'src/**/*.{c,cpp,h,hpp}', 'objc/*.{mm,h,inl}'
1616
s.public_header_files = 'objc/*.h'
17-
s.compiler_flags = '-DLIBPLZMA_VERSION_BUILD=761', '-DLIBPLZMA_NO_C_BINDINGS=1'
17+
s.compiler_flags = '-DLIBPLZMA_VERSION_BUILD=858', '-DLIBPLZMA_NO_C_BINDINGS=1'
1818
s.libraries = 'c++'
1919
s.requires_arc = true
2020

PLzmaSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.subspec 'libplzma' do |libplzma|
1717
libplzma.source_files = 'libplzma.h', 'libplzma.hpp', 'src/**/*.{c,cpp,h,hpp}'
1818
libplzma.public_header_files = 'libplzma.h'
19-
libplzma.compiler_flags = '-DLIBPLZMA_VERSION_BUILD=761'
19+
libplzma.compiler_flags = '-DLIBPLZMA_VERSION_BUILD=858'
2020
libplzma.libraries = 'c++'
2121
end
2222

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ let package = Package(
1313
.target(name: "libplzma",
1414
path: "src",
1515
cSettings: [
16-
.define("LIBPLZMA_VERSION_BUILD", to: "761")
16+
.define("LIBPLZMA_VERSION_BUILD", to: "858")
1717
],
1818
cxxSettings: [
19-
.define("LIBPLZMA_VERSION_BUILD", to: "761")
19+
.define("LIBPLZMA_VERSION_BUILD", to: "858")
2020
]
2121
),
2222
.target(name: "PLzmaSDK",

android/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ALL_INCLUDES := $(LOCAL_PATH)/../../../
158158
ALL_CFLAGS := \
159159
-DLIBPLZMA_BUILD=1 \
160160
-DLIBPLZMA_SHARED=1 \
161-
-DLIBPLZMA_VERSION_BUILD=761 \
161+
-DLIBPLZMA_VERSION_BUILD=858 \
162162
-w
163163

164164

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
'target_name': 'plzmasdk',
55
'defines': [
6-
'LIBPLZMA_VERSION_BUILD=761',
6+
'LIBPLZMA_VERSION_BUILD=858',
77
'LIBPLZMA_SHARED=1',
88
'LIBPLZMA_NO_C_BINDINGS=1',
99
'LIBPLZMA_HAVE_STD=1'

0 commit comments

Comments
 (0)