Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Jul 25, 2024
1 parent 4b13a11 commit eaa41fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_____/ /__________ ____ ___
/ ___/ __/ ___/ __ \/ __ `__ \
/ /__/ /_/ / / /_/ / / / / / /
\___/\__/_/ \____/_/ /_/ /_/ 1.3
\___/\__/_/ \____/_/ /_/ /_/ 1.4
```

Expand Down Expand Up @@ -38,7 +38,7 @@ Benchmark results for hello world applications (see [benchmark](benchmark/)):
| ---------------- | ------------- | ---------------- |
| crow (C++) | v1.2.0 | ~4 ms |
| fiber (Go) | v3.0.0-beta.1 | ~4 ms |
| **ctorm (C)** | **1.3** | **~5 ms** |
| **ctorm (C)** | **1.4** | **~5 ms** |
| tide (Rust) | 0.16.0 | ~12 ms |
| express (NodeJS) | 4.19.2 | ~21 ms |

Expand Down
2 changes: 1 addition & 1 deletion include/ctorm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define CTORM_VERSION "1.3"
#define CTORM_VERSION "1.4"

#include <event2/event.h>

Expand Down

0 comments on commit eaa41fa

Please sign in to comment.