mirror of
https://github.com/google/pebble.git
synced 2025-06-21 16:46:17 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
11
src/fw/git_version.auto.h.in
Normal file
11
src/fw/git_version.auto.h.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define GIT_TIMESTAMP @TIMESTAMP@
|
||||
#define GIT_TAG "@TAG@"
|
||||
#define GIT_MAJOR_VERSION @MAJOR_VERSION@
|
||||
#define GIT_MINOR_VERSION @MINOR_VERSION@
|
||||
#define GIT_PATCH_VERSION @PATCH_VERSION@
|
||||
#define GIT_MAJOR_MINOR_PATCH_STRING "@MAJOR_MINOR_PATCH_STRING@"
|
||||
#define GIT_PATCH_VERBOSE_STRING "@PATCH_VERBOSE_STRING@"
|
||||
#define GIT_REVISION "@COMMIT@"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue