Skip to content

Commit 42613b1

Browse files
committed
update Operating environment in README
1 parent cecf24f commit 42613b1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Please refer to [C API Reference](http://griddb.github.io/docs-en/manuals/GridDB
1212

1313
Library building and program execution are checked in the environment below.
1414

15-
OS: CentOS 7.6(x64) (gcc 4.8.5), Windows 10(x64) (VS2017, CMake 3.15.2)
16-
GridDB server: V4.5 CE(Community Edition), CentOS 7.6(x64) (gcc 4.8.5)
15+
OS: CentOS 7.9/8.3(x64) (gcc 10), Windows 10(x64) (VS2017, CMake 3.15.2)
16+
GridDB server: V4.6 CE(Community Edition), CentOS 7.9(x64) (gcc 4.8.5)
1717

18-
OS: Ubuntu 18.04(x64) (gcc 7.5)
19-
GridDB server: V4.5 CE(Community Edition), Ubuntu 18.04(x64) (gcc 4.8.5)
18+
OS: Ubuntu 20.04(x64) (gcc 10)
19+
GridDB server: V4.6 CE(Community Edition), Ubuntu 18.04(x64) (gcc 4.8.5)
2020

21-
OS: openSUSE 15.1(x64) (gcc 7.5)
22-
GridDB server: V4.5 CE(Community Edition), openSUSE 15.1(x64) (gcc 4.8.5)
21+
OS: openSUSE 15.1(x64) (gcc 10)
22+
GridDB server: V4.6 CE(Community Edition), openSUSE 15.1(x64) (gcc 4.8.5)
2323

2424
OS: MacOS Catalina 10.15 (clang 11.0.3)
25-
GridDB server: V4.5 CE(Community Edition), CentOS 7.8(x64) (gcc 4.8.5)
25+
GridDB server: V4.6 CE(Community Edition), CentOS 7.9(x64) (gcc 4.8.5)
2626

2727
## Quick start (CentOS, Ubuntu, openSUSE)
2828

README_ja.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ GridDB CクライアントはC言語用のインタフェースを提供しま
1212

1313
以下の環境でCクライアントのビルドとサンプルプログラムの実行を確認しています。
1414

15-
OS: CentOS 7.6(x64) (gcc 4.8.5), Windows 10(x64) (VS2017, CMake 3.15.2)
16-
GridDB server: V4.5 CE(Community Edition), CentOS 7.6(x64) (gcc 4.8.5)
15+
OS: CentOS 7.9/8.3(x64) (gcc 10), Windows 10(x64) (VS2017, CMake 3.15.2)
16+
GridDB server: V4.6 CE(Community Edition), CentOS 7.9(x64) (gcc 4.8.5)
1717

18-
OS: Ubuntu 18.04(x64) (gcc 7.5)
19-
GridDB server: V4.5 CE(Community Edition), Ubuntu 18.04(x64) (gcc 4.8.5)
18+
OS: Ubuntu 20.04(x64) (gcc 10)
19+
GridDB server: V4.6 CE(Community Edition), Ubuntu 18.04(x64) (gcc 4.8.5)
2020

21-
OS: openSUSE 15.1(x64) (gcc 7.5)
22-
GridDB server: V4.5 CE(Community Edition), openSUSE 15.1(x64) (gcc 4.8.5)
21+
OS: openSUSE 15.1(x64) (gcc 10)
22+
GridDB server: V4.6 CE(Community Edition), openSUSE 15.1(x64) (gcc 4.8.5)
2323

2424
OS: MacOS Catalina 10.15 (clang 11.0.3)
25-
GridDB server: V4.5 CE(Community Edition), CentOS 7.8(x64) (gcc 4.8.5)
25+
GridDB server: V4.6 CE(Community Edition), CentOS 7.9(x64) (gcc 4.8.5)
2626

2727
## クイックスタート(CentOS, Ubuntu, openSUSE)
2828

0 commit comments

Comments
 (0)