Agora  1.2.0
Agora project
version_config.h
Go to the documentation of this file.
1 
6 #ifndef VERSION_CONFIG_H_
7 #define VERSION_CONFIG_H_
8 #include <string>
9 
10 inline const std::string& GetAgoraProjectVersion() {
11  static const std::string kVersionString =
12  std::string("1.2.0");
13  return kVersionString;
14 }
15 
16 #endif // VERSION_CONFIG_H_
GetAgoraProjectVersion
const std::string & GetAgoraProjectVersion()
Definition: version_config.h:10