Include the application's version number in the user agent string
This commit is contained in:
parent
3cef0dd98c
commit
d2c04779e4
9 changed files with 51 additions and 30 deletions
13
brightray/common/application_info.h
Normal file
13
brightray/common/application_info.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef BRIGHTRAY_COMMON_APPLICATION_INFO_H_
|
||||
#define BRIGHTRAY_COMMON_APPLICATION_INFO_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace brightray {
|
||||
|
||||
std::string GetApplicationName();
|
||||
std::string GetApplicationVersion();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue