Release Cosmopolitan v3.3.4

This commit is contained in:
Justine Tunney 2024-05-03 09:20:41 -07:00
parent 8a44f913ae
commit 130fd66f9e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
#define __COSMOPOLITAN_MAJOR__ 3
#define __COSMOPOLITAN_MINOR__ 3
#define __COSMOPOLITAN_PATCH__ 3
#define __COSMOPOLITAN_PATCH__ 4
#define __COSMOPOLITAN__ \
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
__COSMOPOLITAN_PATCH__)