diff --git a/README.md b/README.md index 8262310f7..a3f6f7654 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just five files to get started. Here's what you do on Linux: ```sh -wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.3.zip -unzip cosmopolitan-amalgamation-0.3.zip +wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0.zip +unzip cosmopolitan-amalgamation-1.0.zip printf 'main() { printf("hello world\\n"); }\n' >hello.c gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \ -fno-omit-frame-pointer -pg -mnop-mcount \ @@ -72,8 +72,8 @@ repository that bootstraps using a vendored static gcc9 executable. No further dependencies are required. ```sh -wget https://justine.lol/cosmopolitan/cosmopolitan-0.3.tar.gz -tar xf cosmopolitan-0.3.tar.gz # see releases page +wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz +tar xf cosmopolitan-1.0.tar.gz # see releases page cd cosmopolitan make -j16 o//examples/hello.com diff --git a/tool/net/redbean.c b/tool/net/redbean.c index ed16061a0..f0dab0f8d 100644 --- a/tool/net/redbean.c +++ b/tool/net/redbean.c @@ -681,9 +681,9 @@ static void ProgramPort(long x) { static void SetDefaults(void) { #ifdef STATIC - ProgramBrand("redbean-static/0.4"); + ProgramBrand("redbean-static/1.0"); #else - ProgramBrand("redbean/0.4"); + ProgramBrand("redbean/1.0"); #endif __log_level = kLogInfo; maxpayloadsize = 64 * 1024;