commit: f539edf6f68be78e7be36a94f5020a6193f58867 parent 03503fcd1fcfe05a212dbf40083f5593ee2d9b52 Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Sat, 2 Oct 2021 19:04:42 +0200 Bump to 1.2.0Diffstat:
M | configure | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -1,5 +1,5 @@ #!/bin/sh -VERSION=1.1.0 +VERSION=1.2.0 VERSION_FULL=${VERSION}$(./version.sh) PREFIX="${PREFIX:-/usr/local}" BINDIR="${BINDIR:-${PREFIX}/bin}"