diff options
| author | Simeon Simeonov | 2020-12-11 10:57:33 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-11 10:57:33 +0100 |
| commit | bc782be8ff1407635033b6566cfb2707fbe4a77d (patch) | |
| tree | fcbb942f033e42e744779477aa5306f954d108e2 | |
| parent | 466436647b51f0283fbac5630899f03a099e6fa7 (diff) | |
Bump version to 2.2.132.2.13
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rw-r--r-- | I3LOCK_VERSION | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 2 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2020-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 | |||
| 1 | 2020-04-15 i3lock-extended 1.2.12a | 8 | 2020-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 | ||
| 4 | AC_PREREQ([2.69]) | 4 | AC_PREREQ([2.69]) |
| 5 | AC_INIT([i3lock-extended], [1.2.12a], [https://simeon.simeonov.no]) | 5 | AC_INIT([i3lock-extended], [2.2.13], [https://simeon.simeonov.no]) |
| 6 | # For AX_EXTEND_SRCDIR | 6 | # For AX_EXTEND_SRCDIR |
| 7 | AX_ENABLE_BUILDDIR | 7 | AX_ENABLE_BUILDDIR |
| 8 | AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) | 8 | AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) |
