remove version file

This commit is contained in:
2026-06-14 07:27:17 -05:00
parent 5f93db596e
commit c1303e4ed7
3 changed files with 5 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
#ifndef LTYPES_ARRAY_H
#define LTYPES_ARRAY_H
#include "version.h"
#include <stddef.h>
typedef struct {

View File

@@ -1,9 +0,0 @@
#ifndef LTYPES_VERSION_H
#define LTYPES_VERSION_H
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
#define L_TYPES_VERSION "0.1.0"
#define L_TYPES_LICENSE "GNU GPL v3"
#endif

View File

@@ -1,5 +1,9 @@
#include <stdio.h>
#include "../include/version.h"
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
#define L_TYPES_VERSION "0.1.0"
#define L_TYPES_LICENSE "GNU GPL v3"
int test_l_array();