mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
8 lines
230 B
C
8 lines
230 B
C
#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_REVISION "@COMMIT@"
|