Skip to content

Commit 7abca15

Browse files
committed
Cosmopolitan 0.3
1 parent 7dc8973 commit 7abca15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just
2222
five files to get started. Here's what you do on Linux:
2323

2424
```sh
25-
wget https://justine.lol/cosmopolitan/cosmopolitan.zip
26-
unzip cosmopolitan.zip
25+
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.3.zip
26+
unzip cosmopolitan-amalgamation-0.3.zip
2727
printf 'main() { printf("hello world\\n"); }\n' >hello.c
2828
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
2929
-fno-omit-frame-pointer -pg -mnop-mcount \
@@ -53,9 +53,9 @@ universal binaries possible.
5353
Cosmopolitan can also be compiled from source on any Linux distro.
5454

5555
```sh
56-
wget https://justine.lol/cosmopolitan/cosmopolitan-0.2.tar.gz
57-
tar xf cosmopolitan-0.2.tar.gz # see releases page
58-
cd cosmopolitan-0.2
56+
wget https://justine.lol/cosmopolitan/cosmopolitan-0.3.tar.gz
57+
tar xf cosmopolitan-0.3.tar.gz # see releases page
58+
cd cosmopolitan
5959
make -j16
6060
o//examples/hello.com
6161
find o -name \*.com | xargs ls -rShal | less

tool/net/redbean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static void ProgramPort(long x) {
564564
}
565565

566566
static void SetDefaults(void) {
567-
ProgramBrand("redbean/0.2");
567+
ProgramBrand("redbean/0.3");
568568
ProgramCache(-1);
569569
ProgramPort(DEFAULT_PORT);
570570
serveraddr.sin_family = AF_INET;

0 commit comments

Comments
 (0)