mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
307e5968d6
Results of running ./update.py --ndk ~/android/android-ndk-r9 --commit c731d6a4f19eea861ceb2ff31399420b2452eb74
8 lines
297 B
C
8 lines
297 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 3
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA "4207-gc731d6a"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.3.0-4207-gc731d6a"
|
|
#define VERSION_STRING " v1.3.0-4207-gc731d6a"
|