i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 6c9b4c31b089b39205b5b2dd1a53119b666b588d
parent ed30001174aa27683fd492895d264f4ae897025d
Author: Raymond Li <hi@raymond.li>
Date:   Mon,  9 Mar 2020 13:36:12 -0400

Increase version to 2.13.c.2

Hopefully we can release a new version soon

Diffstat:
MI3LOCK_VERSION | 2+-
Mconfigure.ac | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION
@@ -1 +1 @@
-2.13.c-non-git
+2.12.c.1-non-git
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], [https://github.com/Raymo11/i3lock-color/issues])
+AC_INIT([i3lock-color], [2.13.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])