Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/draco/src/draco/core/draco_version.h
- This file was moved from extern/draco/dracoenc/src/draco/core/draco_version.h.
| Show All 12 Lines | |||||
| // limitations under the License. | // limitations under the License. | ||||
| // | // | ||||
| #ifndef DRACO_CORE_DRACO_VERSION_H_ | #ifndef DRACO_CORE_DRACO_VERSION_H_ | ||||
| #define DRACO_CORE_DRACO_VERSION_H_ | #define DRACO_CORE_DRACO_VERSION_H_ | ||||
| namespace draco { | namespace draco { | ||||
| // Draco version is comprised of <major>.<minor>.<revision>. | // Draco version is comprised of <major>.<minor>.<revision>. | ||||
| static const char kDracoVersion[] = "1.3.5"; | static const char kDracoVersion[] = "1.3.6"; | ||||
| const char *Version() { return kDracoVersion; } | const char *Version() { return kDracoVersion; } | ||||
| } // namespace draco | } // namespace draco | ||||
| #endif // DRACO_CORE_DRACO_VERSION_H_ | #endif // DRACO_CORE_DRACO_VERSION_H_ | ||||