aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-07-20 19:21:40 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-07-20 19:27:31 -0400
commite8085aebbfa737be16cb66f81f8c3fef4856d55f (patch)
treeb360e5588688f52aee465942b6d5dec22e94df1b /src
parentc51cafecd6a64698a537b015103f42fd672d7cd9 (diff)
Run nightly release with version information
Diffstat (limited to 'src')
-rw-r--r--src/main.odin2
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