mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Release redbean 1.2
This commit is contained in:
parent
88806b79b1
commit
f271ffcf90
1 changed files with 2 additions and 2 deletions
|
@ -680,9 +680,9 @@ static void ProgramPort(long x) {
|
||||||
|
|
||||||
static void SetDefaults(void) {
|
static void SetDefaults(void) {
|
||||||
#ifdef STATIC
|
#ifdef STATIC
|
||||||
ProgramBrand("redbean-static/1.0");
|
ProgramBrand("redbean-static/1.2");
|
||||||
#else
|
#else
|
||||||
ProgramBrand("redbean/1.0");
|
ProgramBrand("redbean/1.2");
|
||||||
#endif
|
#endif
|
||||||
__log_level = kLogInfo;
|
__log_level = kLogInfo;
|
||||||
maxpayloadsize = 64 * 1024;
|
maxpayloadsize = 64 * 1024;
|
||||||
|
|
Loading…
Add table
Reference in a new issue