| Index: blimp/common/protocol_version.h
 | 
| diff --git a/blimp/common/protocol_version.h b/blimp/common/protocol_version.h
 | 
| index 98a7e63d58a63e97cb5edbb780f1e2c686474a1e..ea628a2c0fac9df3e37c1c6ff79288d97be88792 100644
 | 
| --- a/blimp/common/protocol_version.h
 | 
| +++ b/blimp/common/protocol_version.h
 | 
| @@ -11,6 +11,9 @@ namespace blimp {
 | 
|  
 | 
|  const int BLIMP_COMMON_EXPORT kProtocolVersion = 0;
 | 
|  
 | 
| +// TODO(dtrainor): Move this out or integrate this with kProtocolVersion?
 | 
| +const char BLIMP_COMMON_EXPORT kEngineVersion[] = "20160209094838";
 | 
| +
 | 
|  }  // namespace blimp
 | 
|  
 | 
|  #endif  // BLIMP_COMMON_PROTOCOL_VERSION_H_
 | 
| 
 |