Issue #1737 - Update build config and mozbuild files.

This commit is contained in:
Moonchild 2021-03-03 22:21:27 +00:00 • committed by roytam1
commit 148bd3547b
49 changed files with 2904 additions and 2122 deletions

View file

@ -1,7 +1,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 0
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 2
#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"
#define VERSION_STRING_NOSP "v2.0.2"
#define VERSION_STRING " v2.0.2"