summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-03-06 18:55:16 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-03-06 18:55:16 -0500
commita1e288cb6a2482b7acc1edb92eea9d676da0729f (patch)
treea6cc76b3ce4bc2ca78d1550114bb3f3a674ac17d /GNUmakefile
parentf64f76b55400b71e8576ed7e4a377eb5ef9576aa (diff)
Release 3.1.33.1.3
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 91baf5c..7dcd76f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.1.2
+VERSION := 3.1.3
endif
ifndef OS