summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-12-11 10:57:33 +0100
committerSimeon Simeonov2020-12-11 10:57:33 +0100
commitbc782be8ff1407635033b6566cfb2707fbe4a77d (patch)
treefcbb942f033e42e744779477aa5306f954d108e2
parent466436647b51f0283fbac5630899f03a099e6fa7 (diff)
Bump version to 2.2.132.2.13
-rw-r--r--CHANGELOG7
-rw-r--r--I3LOCK_VERSION2
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bed8d7f..7ea7cb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
12020-12-11 i3lock-extended 2.2.13
2
3 • Sync with i3lock 2.13
4 • Add support for counting broken-down time until a specific calendar time (-C)
5 • Update documentation accordingly
6
7
12020-04-15 i3lock-extended 1.2.12a 82020-04-15 i3lock-extended 1.2.12a
2 9
3 • Fix a PAM related bug 10 • Fix a PAM related bug
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION
index 91a7521..f2b42fc 100644
--- a/I3LOCK_VERSION
+++ b/I3LOCK_VERSION
@@ -1 +1 @@
1.2.12a 2.2.13
diff --git a/configure.ac b/configure.ac
index 699e5a6..158d6cf 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], [1.2.12a], [https://simeon.simeonov.no]) 5AC_INIT([i3lock-extended], [2.2.13], [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])