Skip to content

Commit 97fc2aa

Browse files
committed
Release Cosmopolitan v4.0.0
1 parent 662e7b2 commit 97fc2aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/integral/normalize.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#undef __COSMOPOLITAN__
33
#endif
44

5-
#define __COSMOPOLITAN_MAJOR__ 3
6-
#define __COSMOPOLITAN_MINOR__ 9
7-
#define __COSMOPOLITAN_PATCH__ 7
5+
#define __COSMOPOLITAN_MAJOR__ 4
6+
#define __COSMOPOLITAN_MINOR__ 0
7+
#define __COSMOPOLITAN_PATCH__ 0
88
#define __COSMOPOLITAN__ \
99
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
1010
__COSMOPOLITAN_PATCH__)

0 commit comments

Comments
 (0)