From e9bcdf70f9e4ec2bde2449a613f3a70488b54a0a Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 8 Aug 2026 12:18:31 +0200 Subject: Directly write the version number in the makefile --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af31077..73294bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ src/uconfig.o test/uconfig_test test/uconfig_test.o *.tar.gz +*.tar.gz.sig diff --git a/Makefile b/Makefile index a35381c..99095bd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS ?= -O2 -g PREFIX ?= /usr/local __CFLAGS := -I./include/ -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -VERSION := $(shell git tag | tail -n 1 | tr -d v) +VERSION := 1.0 all: libuconfig.a test/uconfig_test -- cgit v1.2.3