We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b734eec commit 4acd12aCopy full SHA for 4acd12a
libc/integral/normalize.inc
@@ -4,7 +4,7 @@
4
5
#define __COSMOPOLITAN_MAJOR__ 4
6
#define __COSMOPOLITAN_MINOR__ 0
7
-#define __COSMOPOLITAN_PATCH__ 0
+#define __COSMOPOLITAN_PATCH__ 1
8
#define __COSMOPOLITAN__ \
9
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
10
__COSMOPOLITAN_PATCH__)
0 commit comments