diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin index f28299e..a77b2b4 100644 --- a/src/main.odin +++ b/src/main.odin @@ -19,7 +19,7 @@ import "core:sys/windows" import "src:common" import "src:server" -VERSION :: "dev-2024-11-9:g584f01b" +VERSION := #config(VERSION, "dev") os_read :: proc(handle: rawptr, data: []byte) -> (int, int) { ptr := cast(^os.Handle)handle |