Skip to content

Commit 7cbc2bc

Browse files
committed
Cosmopolitan 1.0
1 parent 1a3d22b commit 7cbc2bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 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-amalgamation-0.3.zip
26-
unzip cosmopolitan-amalgamation-0.3.zip
25+
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0.zip
26+
unzip cosmopolitan-amalgamation-1.0.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 \
@@ -72,8 +72,8 @@ repository that bootstraps using a vendored static gcc9 executable.
7272
No further dependencies are required.
7373

7474
```sh
75-
wget https://justine.lol/cosmopolitan/cosmopolitan-0.3.tar.gz
76-
tar xf cosmopolitan-0.3.tar.gz # see releases page
75+
wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz
76+
tar xf cosmopolitan-1.0.tar.gz # see releases page
7777
cd cosmopolitan
7878
make -j16
7979
o//examples/hello.com

tool/net/redbean.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,9 @@ static void ProgramPort(long x) {
681681

682682
static void SetDefaults(void) {
683683
#ifdef STATIC
684-
ProgramBrand("redbean-static/0.4");
684+
ProgramBrand("redbean-static/1.0");
685685
#else
686-
ProgramBrand("redbean/0.4");
686+
ProgramBrand("redbean/1.0");
687687
#endif
688688
__log_level = kLogInfo;
689689
maxpayloadsize = 64 * 1024;

0 commit comments

Comments
 (0)