diff options
author | James E. King III <jking@apache.org> | 2018-12-30 11:06:00 -0500 |
---|---|---|
committer | James E. King III <jking@apache.org> | 2018-12-30 11:06:00 -0500 |
commit | c3375d9e434b5740808813138b28b70517e82c7d (patch) | |
tree | db8f0e81129461b1ddc6e7a951cbb5667ca15634 /tutorial | |
parent | a139082755369611ed243376ec3c4161452369fc (diff) | |
parent | 384647d290e2e4a55a14b1b7ef1b7e66293a2c33 (diff) | |
download | thrift-c3375d9e434b5740808813138b28b70517e82c7d.tar.gz |
Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/dart/client/pubspec.yaml | 2 | ||||
-rw-r--r-- | tutorial/dart/console_client/pubspec.yaml | 2 | ||||
-rw-r--r-- | tutorial/dart/server/pubspec.yaml | 2 | ||||
-rw-r--r-- | tutorial/delphi/DelphiClient/DelphiClient.dproj | 4 | ||||
-rw-r--r-- | tutorial/delphi/DelphiServer/DelphiServer.dproj | 4 | ||||
-rwxr-xr-x | tutorial/hs/ThriftTutorial.cabal | 2 | ||||
-rw-r--r-- | tutorial/ocaml/_oasis | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/tutorial/dart/client/pubspec.yaml b/tutorial/dart/client/pubspec.yaml index db64afcfc..d8ede1440 100644 --- a/tutorial/dart/client/pubspec.yaml +++ b/tutorial/dart/client/pubspec.yaml @@ -16,7 +16,7 @@ # under the License. name: tutorial_client -version: 1.0.0-dev +version: 1.0.0 description: A Dart client implementation of the Apache Thrift tutorial author: Apache Thrift Developers <dev@thrift.apache.org> homepage: http://thrift.apache.org diff --git a/tutorial/dart/console_client/pubspec.yaml b/tutorial/dart/console_client/pubspec.yaml index cea13acd5..a34e26f60 100644 --- a/tutorial/dart/console_client/pubspec.yaml +++ b/tutorial/dart/console_client/pubspec.yaml @@ -16,7 +16,7 @@ # under the License. name: tutorial_console_client -version: 1.0.0-dev +version: 1.0.0 description: > A Dart console client to implementation of the Apache Thrift tutorial author: Apache Thrift Developers <dev@thrift.apache.org> diff --git a/tutorial/dart/server/pubspec.yaml b/tutorial/dart/server/pubspec.yaml index 4833a4af8..18d0737f3 100644 --- a/tutorial/dart/server/pubspec.yaml +++ b/tutorial/dart/server/pubspec.yaml @@ -16,7 +16,7 @@ # under the License. name: tutorial_server -version: 1.0.0-dev +version: 1.0.0 description: A Dart server to support the Apache Thrift tutorial author: Apache Thrift Developers <dev@thrift.apache.org> homepage: http://thrift.apache.org diff --git a/tutorial/delphi/DelphiClient/DelphiClient.dproj b/tutorial/delphi/DelphiClient/DelphiClient.dproj index ead7bceb7..d067992b9 100644 --- a/tutorial/delphi/DelphiClient/DelphiClient.dproj +++ b/tutorial/delphi/DelphiClient/DelphiClient.dproj @@ -82,8 +82,8 @@ <VersionInfo> <VersionInfo Name="IncludeVerInfo">True</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo> - <VersionInfo Name="MajorVer">1</VersionInfo> - <VersionInfo Name="MinorVer">0</VersionInfo> + <VersionInfo Name="MajorVer">0</VersionInfo> + <VersionInfo Name="MinorVer">12</VersionInfo> <VersionInfo Name="Release">0</VersionInfo> <VersionInfo Name="Build">0</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> diff --git a/tutorial/delphi/DelphiServer/DelphiServer.dproj b/tutorial/delphi/DelphiServer/DelphiServer.dproj index a26d95295..e34a6a101 100644 --- a/tutorial/delphi/DelphiServer/DelphiServer.dproj +++ b/tutorial/delphi/DelphiServer/DelphiServer.dproj @@ -81,8 +81,8 @@ <VersionInfo> <VersionInfo Name="IncludeVerInfo">True</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo> - <VersionInfo Name="MajorVer">1</VersionInfo> - <VersionInfo Name="MinorVer">0</VersionInfo> + <VersionInfo Name="MajorVer">0</VersionInfo> + <VersionInfo Name="MinorVer">12</VersionInfo> <VersionInfo Name="Release">0</VersionInfo> <VersionInfo Name="Build">0</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> diff --git a/tutorial/hs/ThriftTutorial.cabal b/tutorial/hs/ThriftTutorial.cabal index 88f137940..62e682fbb 100755 --- a/tutorial/hs/ThriftTutorial.cabal +++ b/tutorial/hs/ThriftTutorial.cabal @@ -18,7 +18,7 @@ -- Name: ThriftTutorial -Version: 0.1.0 +Version: 1.0.0 Cabal-Version: >= 1.4 License: OtherLicense Category: Foreign diff --git a/tutorial/ocaml/_oasis b/tutorial/ocaml/_oasis index 4cab08063..745c096ae 100644 --- a/tutorial/ocaml/_oasis +++ b/tutorial/ocaml/_oasis @@ -1,5 +1,5 @@ Name: tutorial -Version: 1.0 +Version: 1.0.0 OASISFormat: 0.3 Synopsis: OCaml Tutorial example Authors: Apache Thrift Developers <dev@thrift.apache.org> |