Skip to content

Commit 518b0ab

Browse files
committed
[skip ci] Update for README.
1 parent 4a8ccff commit 518b0ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* [There are more useful stuff in a companion project so5extra](#there-are-more-useful-stuff-in-a-companion-project-so5extra)
1313
* [Limitations](#limitations)
1414
* [Obtaining and building](#obtaining-and-building)
15-
* [SObjectizer-5.7 requires C 17!](#sobjectizer-57-requires-c17)
15+
* [SObjectizer-5.8 requires Cpp-17!](#sobjectizer-58-requires-c17)
1616
* [Building via Mxx_ru](#building-via-mxx_ru)
1717
* [Building via CMake](#building-via-cmake)
1818
* [Building for Android](#building-for-android)
@@ -611,14 +611,14 @@ Android is possible by CMake only. See the corresponding section below.
611611
SObjectizer can also be installed and used via **vcpkg** and **Conan**
612612
dependency managers. See the appropriate sections below.
613613
614-
## SObjectizer-5.7 requires C++17!
614+
## SObjectizer-5.8 requires C++17!
615615
616-
The 5.7-branch of SObjectizer requires C++17.
616+
The 5.8-branch of SObjectizer requires C++17.
617617
618618
If you need support for C++14 or C++11 try to look to older versions of
619619
SObjectizer on [SourceForge](https://sourceforge.net/projects/sobjectizer). Or
620620
contact [stiffstream](https://stiffstream.com/en/services.html) to discuss
621-
porting of SObjectizer-5.7 to older C++ standards.
621+
porting of SObjectizer-5.8 to older C++ standards.
622622
623623
## Building via Mxx_ru
624624
@@ -848,7 +848,7 @@ To use SObjectizer via Conan it is necessary to add SObjectizer to
848848

849849
```
850850
[requires]
851-
sobjectizer/5.7.2.3
851+
sobjectizer/5.8.0
852852
```
853853

854854
It also may be necessary to specify `shared` option for SObjectizer. For example, for build SObjectizer as a static library:

0 commit comments

Comments
 (0)