mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #1737 - Update build config and mozbuild files.
This commit is contained in:
parent
7537b4d23a
commit
148bd3547b
49 changed files with 2904 additions and 2122 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue