Skip to content

Commit

Permalink
Release Cosmopolitan v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 7, 2024
1 parent 5ae2554 commit 4cd02c2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified build/bootstrap/ape.aarch64
Binary file not shown.
Binary file modified build/bootstrap/ape.elf
Binary file not shown.
Binary file modified build/bootstrap/ape.macho
Binary file not shown.
2 changes: 1 addition & 1 deletion libc/integral/normalize.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define __COSMOPOLITAN_MAJOR__ 3
#define __COSMOPOLITAN_MINOR__ 2
#define __COSMOPOLITAN_PATCH__ 2
#define __COSMOPOLITAN_PATCH__ 3
#define __COSMOPOLITAN__ \
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
__COSMOPOLITAN_PATCH__)
Expand Down

0 comments on commit 4cd02c2

Please sign in to comment.