mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 09:09:20 +00:00
7 lines
300 B
C
7 lines
300 B
C
#define VERSION_MAJOR 0
|
|
#define VERSION_MINOR 9
|
|
#define VERSION_PATCH 7
|
|
#define VERSION_EXTRA "p1-55-g6f9457e"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v0.9.7-p1-55-g6f9457e"
|
|
#define VERSION_STRING " v0.9.7-p1-55-g6f9457e"
|