File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ if(FLATBUFFERS_BUILD_SHAREDLIB)
289
289
# - minor updated when there are additions in API/ABI
290
290
# - major (ABI number) updated when there are changes in ABI (or removals)
291
291
set (FlatBuffers_Library_SONAME_MAJOR "1" )
292
- set (FlatBuffers_Library_SONAME_FULL "${FlatBuffers_Library_SONAME_MAJOR} .10 .0" )
292
+ set (FlatBuffers_Library_SONAME_FULL "${FlatBuffers_Library_SONAME_MAJOR} .11 .0" )
293
293
set_target_properties (flatbuffers_shared PROPERTIES OUTPUT_NAME flatbuffers
294
294
SOVERSION "${FlatBuffers_Library_SONAME_MAJOR} "
295
295
VERSION "${FlatBuffers_Library_SONAME_FULL} " )
Original file line number Diff line number Diff line change 1
1
name : flat_buffers
2
- version : 1.10 .0
2
+ version : 1.11 .0
3
3
description : >
4
4
FlatBuffers reading and writing library for Dart. Use the flatc compiler to
5
5
generate Dart classes for a FlatBuffers schema, and this library to assist with
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.google.flatbuffers</groupId >
8
8
<artifactId >flatbuffers-parent</artifactId >
9
- <version >1.10 .0</version >
9
+ <version >1.11 .0</version >
10
10
</parent >
11
11
<artifactId >flatbuffers-java-grpc</artifactId >
12
12
<name >${project.artifactId} </name >
24
24
</developer >
25
25
</developers >
26
26
<properties >
27
- <gRPC .version>1.10 .0</gRPC .version>
27
+ <gRPC .version>1.11 .0</gRPC .version>
28
28
</properties >
29
29
<dependencies >
30
30
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.flatbuffers</groupId >
5
5
<artifactId >flatbuffers-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.10 .0</version >
7
+ <version >1.11 .0</version >
8
8
<name >flatbuffers-parent</name >
9
9
<description >parent pom for flatbuffers java artifacts</description >
10
10
<properties >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.flatbuffers</groupId >
6
6
<artifactId >flatbuffers-parent</artifactId >
7
- <version >1.10 .0</version >
7
+ <version >1.11 .0</version >
8
8
</parent >
9
9
<artifactId >grpc-test</artifactId >
10
10
<description >Example/Test project demonstrating usage of flatbuffers with GRPC-Java instead of protobufs
11
11
</description >
12
12
<properties >
13
- <gRPC .version>1.10 .0</gRPC .version>
13
+ <gRPC .version>1.11 .0</gRPC .version>
14
14
</properties >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 136
136
#endif // !defined(FLATBUFFERS_LITTLEENDIAN)
137
137
138
138
#define FLATBUFFERS_VERSION_MAJOR 1
139
- #define FLATBUFFERS_VERSION_MINOR 10
139
+ #define FLATBUFFERS_VERSION_MINOR 11
140
140
#define FLATBUFFERS_VERSION_REVISION 0
141
141
#define FLATBUFFERS_STRING_EXPAND (X ) #X
142
142
#define FLATBUFFERS_STRING (X ) FLATBUFFERS_STRING_EXPAND(X)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flatbuffers" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Memory Efficient Serialization Library" ,
5
5
"files" : [
6
6
" js/flatbuffers.js" ,
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.google.flatbuffers</groupId >
7
7
<artifactId >flatbuffers-java</artifactId >
8
- <version >1.10.1 -SNAPSHOT</version >
8
+ <version >1.11.0 -SNAPSHOT</version >
9
9
<packaging >bundle</packaging >
10
10
<name >FlatBuffers Java API</name >
11
11
<description >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flatbuffers"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [" Robert Winslow <hello@rwinslow.com>" , " FlatBuffers Maintainers" ]
5
5
license = " Apache-2.0"
6
6
description = " Official FlatBuffers Rust runtime library."
Original file line number Diff line number Diff line change 18
18
19
19
#include < list>
20
20
21
- #define FLATC_VERSION " 1.10 .0"
21
+ #define FLATC_VERSION " 1.11 .0"
22
22
23
23
namespace flatbuffers {
24
24
You can’t perform that action at this time.
0 commit comments