diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-28 20:14:53 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-28 20:14:53 -0800 |
commit | 93b732e0d4485d61ced8c48740299fc6aa00f8b3 (patch) | |
tree | 93860e0266098553f165ff88fa5834402c47e6c2 /src/main.c | |
parent | 1e95a76aa28df41b36c1ec41e24287d6c1b4065b (diff) |
change version; add to readme
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ void usage() { /*! prints version and exits */ void version() { printf("Author: Preston Pan, MIT License 2024\n"); - printf("stem, version 1.3 alpha\n"); + printf("stem, version 1.4 alpha\n"); exit(0); } |