|
Google APIs Client Library for C++
|
#include "client/transport/versioninfo.h"
Static Public Member Functions | |
| static const string | GetVersionString () |
| Returns a string with the complete version string. | |
| static const string | GetPlatformString () |
| Returns platform that we are running on. | |
Static Public Attributes | |
| static const int | kMajorVersionNumber |
| The major version number is used for compatability purposes. | |
| static const int | kMinorVersionNumber |
| The minor version number is used for incremental fixes and enhancements. | |
| static const int | kPatchVersionNumber |
| The patch version number is used to patch releases. | |
| static const char | kVersionDecorator [] |
| The version decorator is used to mark unofficial versions. | |
| static const string GetPlatformString | ( | ) | [static] |
Returns platform that we are running on.
| static const string GetVersionString | ( | ) | [static] |
Returns a string with the complete version string.
const int kMajorVersionNumber [static] |
The major version number is used for compatability purposes.
const int kMinorVersionNumber [static] |
The minor version number is used for incremental fixes and enhancements.
const int kPatchVersionNumber [static] |
The patch version number is used to patch releases.
const char kVersionDecorator[] [static] |
The version decorator is used to mark unofficial versions.
The intent is that this will be empty for official releases but something else for builds from the head, etc.