Skip to content

Commit 5907304

Browse files
committed
Release Cosmopolitan v4.0.2
1 parent 035b0e2 commit 5907304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/integral/normalize.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define __COSMOPOLITAN_MAJOR__ 4
66
#define __COSMOPOLITAN_MINOR__ 0
7-
#define __COSMOPOLITAN_PATCH__ 1
7+
#define __COSMOPOLITAN_PATCH__ 2
88
#define __COSMOPOLITAN__ \
99
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
1010
__COSMOPOLITAN_PATCH__)

0 commit comments

Comments
 (0)