mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Release Cosmopolitan v3.5.0
This commit is contained in:
parent
c4c812c154
commit
67b19ae733
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#endif
|
||||
|
||||
#define __COSMOPOLITAN_MAJOR__ 3
|
||||
#define __COSMOPOLITAN_MINOR__ 4
|
||||
#define __COSMOPOLITAN_MINOR__ 5
|
||||
#define __COSMOPOLITAN_PATCH__ 0
|
||||
#define __COSMOPOLITAN__ \
|
||||
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
|
||||
|
|
Loading…
Reference in a new issue