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