diff options
author | Preston Pan <preston@nullring.xyz> | 2023-01-08 10:00:08 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-01-08 10:00:08 -0800 |
commit | aa1dd020edb82f26dd5bc29378177cfcaa4c53ed (patch) | |
tree | 4785b6311ac14be5939d33ebb5b0d8988c8f56bd /src/main.c | |
parent | 8edafecb633fec2b6327d996c1e7c282f4f1792f (diff) |
print functions completed
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ int main(int argc, char **argv) { exit(1); } if (strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "--version") == 0) { - printf("nxs, version 1.0.0 alpha\n"); + printf("nxs, version 1.2 alpha\n"); exit(0); } |