aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 a603ca6..2daaafb 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -115,7 +115,7 @@ main :: proc() {
windows.SetConsoleOutputCP(windows.CODEPAGE.UTF8)
}
- fmt.printfln("Report v{} - Copyright (C) 2025 Sander J. Skjegstad\n", VERSION)
+ fmt.printfln("Better Report v{} - Copyright (C) 2025 Sander J. Skjegstad\n", VERSION)
exe_path, _ := os.get_executable_directory(context.allocator)
exe_local_fields_file := fmt.aprint(exe_path, HEADER_FIELDS_FILENAME, sep=SEPARATOR)