diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-09-21 14:46:03 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-09-21 14:46:03 -0500 |
commit | e3040135a5e51baab04070e04f86c22df2867c5c (patch) | |
tree | 0e53f2a649d3096a14a4e1772472463f5e968d7a /src | |
parent | 3fc51ee0c8135d95ec422dadd6562bf97261a757 (diff) |
The only concern I have with this file is having the program version
matching with the actual program, but it is not critical
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 | ||||
-rw-r--r-- | src/util.c | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -31,9 +31,6 @@ #define MAX_FILE_SIZE 536870912 //1<<29; 0.5 GiB -#define ARRAY_SIZE(x, type) sizeof(x) / sizeof(type) - - void load_config(struct Configs *cfg, int n_args, ...) { char *filepath; @@ -80,7 +80,7 @@ char *e_strdup(const char *s) void version() { - printf("ml 0.2.0\n"); + printf("ml 0.5.0\n"); printf( "Copyright (C) 2023 jvech\n\n" "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" |