Skip to content

Commit 7c7bf4b

Browse files
committed
Release Cosmopolitan v3.3.1
1 parent 592f6eb commit 7c7bf4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ export MODE
149149
export SOURCE_DATE_EPOCH
150150
export TMPDIR
151151

152-
COSMOCC = .cosmocc/3.3
152+
COSMOCC = .cosmocc/3.3.1
153153
TOOLCHAIN = $(COSMOCC)/bin/$(ARCH)-linux-cosmo-
154-
DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3 d26ec8f4e48f6db004fc6a9677c7ff3b50c3b21e936e9393158aa2ed51b0b549)
154+
DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3.1 079622f9772c19e24db4bfa71c1ed90b7d436e9a4b6f4c579b525df5a48fe620)
155155

156156
AS = $(TOOLCHAIN)as
157157
CC = $(TOOLCHAIN)gcc

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

tool/cosmocc/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ fetch() {
9090
OLD=$PWD
9191
cd "$OUTDIR/"
9292
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
93-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.32/aarch64-gcc.zip
93+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.34/aarch64-gcc.zip
9494
unzip aarch64-gcc.zip
9595
rm -f aarch64-gcc.zip
96-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.32/x86_64-gcc.zip
96+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.34/x86_64-gcc.zip
9797
unzip x86_64-gcc.zip
9898
rm -f x86_64-gcc.zip
9999
fi

0 commit comments

Comments
 (0)