fix: corret the version

This commit is contained in:
ngn 2024-05-05 23:23:40 +03:00
parent fb9b7682e2
commit 88b948e186

View File

@ -6,7 +6,7 @@ PO_SRCS = $(wildcard locale/*/*/*.po)
PO_OUTS = $(patsubst locale/%.po,locale/%.mo,$(PO_SRCS)) PO_OUTS = $(patsubst locale/%.po,locale/%.mo,$(PO_SRCS))
PO_DIRS = $(wildcard locale/*/*) PO_DIRS = $(wildcard locale/*/*)
VERSION = 24.22 VERSION = 24.01
prefix = /usr prefix = /usr
CC = gcc CC = gcc