mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
7e59b97034
MozReview-Commit-ID: IILHY1ArCEv --HG-- extra : rebase_source : 0a4c13add54bf31e566dce9f609a435ad2a5cee2
8 lines
256 B
C
8 lines
256 B
C
#define VERSION_MAJOR 0
|
|
#define VERSION_MINOR 1
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA ""
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v0.1.0"
|
|
#define VERSION_STRING " v0.1.0"
|