From 88b948e186f8560cc3e2830218f130417f810f61 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 5 May 2024 23:23:40 +0300 Subject: [PATCH] fix: corret the version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 430c8ca..34b0f64 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PO_SRCS = $(wildcard locale/*/*/*.po) PO_OUTS = $(patsubst locale/%.po,locale/%.mo,$(PO_SRCS)) PO_DIRS = $(wildcard locale/*/*) -VERSION = 24.22 +VERSION = 24.01 prefix = /usr CC = gcc