mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 20:32:40 +00:00
8 lines
294 B
C
8 lines
294 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 4
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA "488-ge67d45d"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.4.0-488-ge67d45d"
|
|
#define VERSION_STRING " v1.4.0-488-ge67d45d"
|