From 69f7382eec47cf5c60ba013c49bcc2a5f7f6a279 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 29 Jun 2017 20:56:18 +0100 Subject: Implicit parametric polymorphic procedures --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ff562d5c6..9cdf10cc7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -375,7 +375,7 @@ int main(int arg_count, char **arg_ptr) { return 1; #endif } else if (args[1] == "version") { - gb_printf("%.*s version %.*s\n", LIT(args[0]), LIT(build_context.ODIN_VERSION)); + gb_printf("%.*s version %.*s\n", LIT(args[0]), LIT(ODIN_VERSION)); return 0; } else { usage(args[0]); -- cgit v1.2.3