Fix version query bug.
This commit is contained in:
parent
2431e0b140
commit
9eadebdde7
|
|
@ -44,6 +44,8 @@ extern bool _srs_in_docker;
|
|||
|
||||
void srs_build_features(stringstream& ss)
|
||||
{
|
||||
ss << "&os=linux";
|
||||
|
||||
ss << "&docker=" << _srs_in_docker
|
||||
<< "&packager=" << SRS_AUTO_PACKAGER;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@
|
|||
#ifndef SRS_CORE_VERSION3_HPP
|
||||
#define SRS_CORE_VERSION3_HPP
|
||||
|
||||
#define SRS_VERSION3_REVISION 168
|
||||
#define SRS_VERSION3_REVISION 169
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user