Skip to content

Commit ebfa1ff

Browse files
Lowered cmake minimal version and version bump
1 parent ec8b966 commit ebfa1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.21)
1+
cmake_minimum_required(VERSION 3.16)
22
project(table-printer)
33

44
set(CMAKE_CXX_STANDARD 14)

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "string_table.h"
33
#include "options.h"
44

5-
#define VERSION_NAME "0.0.4"
5+
#define VERSION_NAME "0.0.5"
66

77
void print_version() {
88
printf("Table printer version: %s\n", VERSION_NAME);

0 commit comments

Comments
 (0)