diff options
| author | Simeon Simeonov | 2020-12-29 12:57:43 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-29 13:05:19 +0100 |
| commit | 7d8b47509bafaf10985ba353a9e1d8aede451ef4 (patch) | |
| tree | 6c0ca7e1b6b005cbb3a0f90545da86a10e891077 | |
| parent | 368e67416860c7b53e0a909d03f39693dad87aa2 (diff) | |
Bump version to 2.2.13a
| -rw-r--r-- | CHANGELOG | 12 | ||||
| -rw-r--r-- | I3LOCK_VERSION | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 5 deletions
| @@ -1,8 +1,14 @@ | |||
| 1 | 2020-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 | |||
| 1 | 2020-12-11 i3lock-extended 2.2.13 | 8 | 2020-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 | ||
| 8 | 2020-04-15 i3lock-extended 1.2.12a | 14 | 2020-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 | ||
| 4 | AC_PREREQ([2.69]) | 4 | AC_PREREQ([2.69]) |
| 5 | AC_INIT([i3lock-extended], [2.2.13], [https://simeon.simeonov.no]) | 5 | AC_INIT([i3lock-extended], [2.2.13a], [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]) |
