We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f580de commit 08e792fCopy full SHA for 08e792f
1 file changed
src/tincan_version.h
@@ -26,8 +26,8 @@ namespace tincan
26
{
27
static const uint16_t kTincanVerMjr = 24;
28
static const uint16_t kTincanVerMnr = 1;
29
- static const uint16_t kTincanVerRev = 0;
30
- static const uint16_t kTincanVerBld = 1036;
+ static const uint16_t kTincanVerRev = 1;
+ static const uint16_t kTincanVerBld = 1047;
31
static const uint8_t kTincanControlVer = 7;
32
} // namespace tincan
33
#endif // TINCAN_VERSION_H_
0 commit comments