summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-10-03 12:48:47 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2018-10-03 12:48:47 -0700
commitc0698cc33f1e534bb59c455909b88cc2726089af (patch)
tree92ad5b6b9ef6b4d2b1c6532d2d3c3489d594617a
parentea8a4296e7f96eeff8b07a9baa2f40b347d7bf7d (diff)
downloadflatbuffers-1.10.0.tar.gz
flatbuffers-1.10.0.tar.bz2
flatbuffers-1.10.0.zip
Bumped version to 1.10.1 for all languages.v1.10.0
Change-Id: I9a6256d90ea800834a887afdcf888df412018933
-rw-r--r--CMakeLists.txt2
-rw-r--r--conanfile.py2
-rw-r--r--dart/pubspec.yaml2
-rw-r--r--grpc/flatbuffers-java-grpc/pom.xml2
-rw-r--r--grpc/pom.xml2
-rw-r--r--grpc/tests/pom.xml2
-rw-r--r--include/flatbuffers/base.h2
-rw-r--r--package.json2
-rw-r--r--pom.xml2
-rw-r--r--rust/flatbuffers/Cargo.toml2
-rw-r--r--src/flatc.cpp2
-rw-r--r--tests/MyGame/Example/MonsterStorageGrpc.java2
12 files changed, 12 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb4453fa..76619dcb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -219,7 +219,7 @@ if(FLATBUFFERS_BUILD_SHAREDLIB)
# - minor updated when there are additions in API/ABI
# - major (ABI number) updated when there are changes in ABI (or removals)
set(FlatBuffers_Library_SONAME_MAJOR "1")
- set(FlatBuffers_Library_SONAME_FULL "${FlatBuffers_Library_SONAME_MAJOR}.9.0")
+ set(FlatBuffers_Library_SONAME_FULL "${FlatBuffers_Library_SONAME_MAJOR}.10.0")
set_target_properties(flatbuffers_shared PROPERTIES OUTPUT_NAME flatbuffers
SOVERSION "${FlatBuffers_Library_SONAME_MAJOR}"
VERSION "${FlatBuffers_Library_SONAME_FULL}")
diff --git a/conanfile.py b/conanfile.py
index 718cf2cf..2c8b77de 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -10,7 +10,7 @@ from conans import ConanFile, CMake, tools
class FlatbuffersConan(ConanFile):
name = "flatbuffers"
- version = "1.9.0"
+ version = "1.10.0"
license = "Apache-2.0"
url = "https://github.com/google/flatbuffers"
homepage = "http://google.github.io/flatbuffers/"
diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml
index 2fda1d4d..6adf8aab 100644
--- a/dart/pubspec.yaml
+++ b/dart/pubspec.yaml
@@ -1,5 +1,5 @@
name: flat_buffers
-version: 1.9.2
+version: 1.10.0
description: >
FlatBuffers reading and writing library for Dart. Use the flatc compiler to
generate Dart classes for a FlatBuffers schema, and this library to assist with
diff --git a/grpc/flatbuffers-java-grpc/pom.xml b/grpc/flatbuffers-java-grpc/pom.xml
index a9d182d3..ad373778 100644
--- a/grpc/flatbuffers-java-grpc/pom.xml
+++ b/grpc/flatbuffers-java-grpc/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-parent</artifactId>
- <version>1.9.0</version>
+ <version>1.10.0</version>
</parent>
<artifactId>flatbuffers-java-grpc</artifactId>
<name>${project.artifactId}</name>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index fa911761..1f7b2367 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-parent</artifactId>
<packaging>pom</packaging>
- <version>1.9.0</version>
+ <version>1.10.0</version>
<name>flatbuffers-parent</name>
<description>parent pom for flatbuffers java artifacts</description>
<properties>
diff --git a/grpc/tests/pom.xml b/grpc/tests/pom.xml
index e39a8753..d9f39d45 100644
--- a/grpc/tests/pom.xml
+++ b/grpc/tests/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-parent</artifactId>
- <version>1.9.0</version>
+ <version>1.10.0</version>
</parent>
<artifactId>grpc-test</artifactId>
<description>Example/Test project demonstrating usage of flatbuffers with GRPC-Java instead of protobufs
diff --git a/include/flatbuffers/base.h b/include/flatbuffers/base.h
index 9a6fda0a..c755d6f8 100644
--- a/include/flatbuffers/base.h
+++ b/include/flatbuffers/base.h
@@ -110,7 +110,7 @@
#endif // !defined(FLATBUFFERS_LITTLEENDIAN)
#define FLATBUFFERS_VERSION_MAJOR 1
-#define FLATBUFFERS_VERSION_MINOR 9
+#define FLATBUFFERS_VERSION_MINOR 10
#define FLATBUFFERS_VERSION_REVISION 0
#define FLATBUFFERS_STRING_EXPAND(X) #X
#define FLATBUFFERS_STRING(X) FLATBUFFERS_STRING_EXPAND(X)
diff --git a/package.json b/package.json
index ae651356..a9d9b718 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "flatbuffers",
- "version": "1.9.0",
+ "version": "1.10.0",
"description": "Memory Efficient Serialization Library",
"files": ["js/flatbuffers.js", "js/flatbuffers.mjs"],
"main": "js/flatbuffers",
diff --git a/pom.xml b/pom.xml
index b7f1a796..795b38c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
- <version>1.9.0</version>
+ <version>1.10.0</version>
<packaging>bundle</packaging>
<name>FlatBuffers Java API</name>
<description>
diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml
index bf2adb12..67bbd8d0 100644
--- a/rust/flatbuffers/Cargo.toml
+++ b/rust/flatbuffers/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flatbuffers"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
license = "Apache-2.0"
description = "Official FlatBuffers Rust runtime library."
diff --git a/src/flatc.cpp b/src/flatc.cpp
index c3a70d1e..49bee428 100644
--- a/src/flatc.cpp
+++ b/src/flatc.cpp
@@ -18,7 +18,7 @@
#include <list>
-#define FLATC_VERSION "1.9.0 (" __DATE__ " " __TIME__ ")"
+#define FLATC_VERSION "1.10.0 (" __DATE__ " " __TIME__ ")"
namespace flatbuffers {
diff --git a/tests/MyGame/Example/MonsterStorageGrpc.java b/tests/MyGame/Example/MonsterStorageGrpc.java
index 535bba7d..17100609 100644
--- a/tests/MyGame/Example/MonsterStorageGrpc.java
+++ b/tests/MyGame/Example/MonsterStorageGrpc.java
@@ -1,4 +1,4 @@
-//Generated by flatc compiler (version 1.9.0)
+//Generated by flatc compiler (version 1.10.0)
//If you make any local changes, they will be lost
//source: monster_test.fbs