Skip to content

Commit ceb27f4

Browse files
committed
version info was updated
1 parent 7b29277 commit ceb27f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/hlp/hlp_info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ hardware.\033[0m\n\n\
9595
void print_ver_info(void)
9696
{
9797
print_banner();
98-
printf("spynix v4.1.0\n\nFor more info visit: \
98+
printf("spynix v4.1.1\n\nFor more info visit: \
9999
\033[36mhttps://github.com/git-user-cpp/spynix\033[0m\n");
100100
}
101101

src/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*/
1010

11+
#include <stdio.h>
1112
#include <string.h>
1213
#include "sys/sys_info.h"
1314
#include "ram/ram_info.h"

0 commit comments

Comments
 (0)