Skip to content

Commit 4acd12a

Browse files
committed
Release Cosmopolitan v4.0.1
1 parent b734eec commit 4acd12a

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__ 0
7+
#define __COSMOPOLITAN_PATCH__ 1
88
#define __COSMOPOLITAN__ \
99
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
1010
__COSMOPOLITAN_PATCH__)

0 commit comments

Comments
 (0)