Skip to content

Commit de0cde8

Browse files
committed
Release Cosmopolitan v3.7.0
1 parent 5bd22ae commit de0cde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/integral/normalize.inc

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

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

0 commit comments

Comments
 (0)