From ce95277a296e4744115881966bc9bd08ead5e111 Mon Sep 17 00:00:00 2001 From: DcruBro Date: Wed, 19 Aug 2026 23:32:40 +0200 Subject: [PATCH] version fix --- vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector.h b/vector.h index 7a8a534..1739f3e 100644 --- a/vector.h +++ b/vector.h @@ -1,6 +1,6 @@ /* vector.h - Vectors for C -Version: 2.0.0 +Version: 1.0.0 Description: Header-only library for vectors in C. Memory safe against the mistakes it can