summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-12-29 12:57:43 +0100
committerSimeon Simeonov2020-12-29 13:05:19 +0100
commit7d8b47509bafaf10985ba353a9e1d8aede451ef4 (patch)
tree6c0ca7e1b6b005cbb3a0f90545da86a10e891077
parent368e67416860c7b53e0a909d03f39693dad87aa2 (diff)
Bump version to 2.2.13a
-rw-r--r--CHANGELOG12
-rw-r--r--I3LOCK_VERSION2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7ea7cb6..ede4778 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,14 @@
12020-04-15 i3lock-extended 2.2.13a
2
3 • Fix and sort the help (-h) string
4 • Display blinking text when --count-until has passed
5 • Update README.md
6
7
12020-12-11 i3lock-extended 2.2.13 82020-12-11 i3lock-extended 2.2.13
2 9
3 • Sync with i3lock 2.13 10 • Sync with i3lock 2.13 • Add support for counting broken-down
4 • Add support for counting broken-down time until a specific calendar time (-C) 11 time until a specific calendar time (-C) • Update documentationa accordingly
5 • Update documentation accordingly
6 12
7 13
82020-04-15 i3lock-extended 1.2.12a 142020-04-15 i3lock-extended 1.2.12a
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION
index f2b42fc..7ea8f83 100644
--- a/I3LOCK_VERSION
+++ b/I3LOCK_VERSION
@@ -1 +1 @@
2.2.13 2.2.13a
diff --git a/configure.ac b/configure.ac
index 158d6cf..d7c4f04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Run autoreconf -fi to generate a configure script from this file. 2# Run autoreconf -fi to generate a configure script from this file.
3 3
4AC_PREREQ([2.69]) 4AC_PREREQ([2.69])
5AC_INIT([i3lock-extended], [2.2.13], [https://simeon.simeonov.no]) 5AC_INIT([i3lock-extended], [2.2.13a], [https://simeon.simeonov.no])
6# For AX_EXTEND_SRCDIR 6# For AX_EXTEND_SRCDIR
7AX_ENABLE_BUILDDIR 7AX_ENABLE_BUILDDIR
8AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) 8AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])