Skip to content

Commit 2f4e6e8

Browse files
committed
Release Cosmopolitan v3.9.4
1 parent dd249ff commit 2f4e6e8

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

0 commit comments

Comments
 (0)