Skip to content

Commit

Permalink
Release Cosmopolitan v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 3, 2025
1 parent 662e7b2 commit 97fc2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libc/integral/normalize.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#undef __COSMOPOLITAN__
#endif

#define __COSMOPOLITAN_MAJOR__ 3
#define __COSMOPOLITAN_MINOR__ 9
#define __COSMOPOLITAN_PATCH__ 7
#define __COSMOPOLITAN_MAJOR__ 4
#define __COSMOPOLITAN_MINOR__ 0
#define __COSMOPOLITAN_PATCH__ 0
#define __COSMOPOLITAN__ \
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
__COSMOPOLITAN_PATCH__)
Expand Down

0 comments on commit 97fc2aa

Please sign in to comment.