diff options
| author | Simeon Simeonov | 2020-04-14 17:32:20 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-14 17:32:20 +0200 |
| commit | f12c8e4e28951b88e788cd1f8b446886707d4d04 (patch) | |
| tree | 0c850f73fadb8fbbe7edffbbf5ffd256a335f208 | |
| parent | bebb9072ae8dd5467618403d8697701d9f58ce8b (diff) | |
Release 1.2.12 and make README.md more github friendly1.2.12
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | I3LOCK_VERSION | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
4 files changed, 5 insertions, 5 deletions
| @@ -1,3 +1,3 @@ | |||
| 1 | 2020-03-19 i3lock-extended 1.2.12.1 | 1 | 2020-03-19 i3lock-extended 1.2.12 |
| 2 | 2 | ||
| 3 | • Initial import and functionality | 3 | • Initial import and functionality |
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION index 6205d7c..f2ae0b4 100644 --- a/I3LOCK_VERSION +++ b/I3LOCK_VERSION | |||
| @@ -1 +1 @@ | |||
| 1.2.12.1 | 1.2.12 | ||
| @@ -47,8 +47,8 @@ extended revision if used]. | |||
| 47 | ### From source | 47 | ### From source |
| 48 | 48 | ||
| 49 | ```bash | 49 | ```bash |
| 50 | wget https://simeon.simeonov.no/programs/i3lock_extended/downloads/i3lock-extended-\<version\>.tar.xz | 50 | wget https://simeon.simeonov.no/programs/i3lock_extended/downloads/i3lock-extended-<version>.tar.xz |
| 51 | tar Jxvf i3lock-extended-\<version\>.tar.xz && cd i3lock-extended-\<version\> | 51 | tar Jxvf i3lock-extended-<version>.tar.xz && cd i3lock-extended-<version> |
| 52 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers | 52 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers |
| 53 | make | 53 | make |
| 54 | # make install | 54 | # make install |
diff --git a/configure.ac b/configure.ac index 2646504..5fe3e33 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.12.1], [https://simeon.simeonov.no]) | 5 | AC_INIT([i3lock-extended], [1.2.12], [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]) |
