commit 66785a1e90f7474fb03779bba4862189f31929b8
parent 6c9b4c31b089b39205b5b2dd1a53119b666b588d
Author: Raymond Li <hi@raymond.li>
Date: Mon, 9 Mar 2020 13:37:04 -0400
Fix versioning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -2,7 +2,7 @@
# Run autoreconf -fi to generate a configure script from this file.
AC_PREREQ([2.69])
-AC_INIT([i3lock-color], [2.13.c.1], [https://github.com/Raymo11/i3lock-color/issues])
+AC_INIT([i3lock-color], [2.12.c.1], [https://github.com/Raymo11/i3lock-color/issues])
# For AX_EXTEND_SRCDIR
AX_ENABLE_BUILDDIR
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])