From f12c8e4e28951b88e788cd1f8b446886707d4d04 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Apr 2020 17:32:20 +0200 Subject: Release 1.2.12 and make README.md more github friendly --- CHANGELOG | 2 +- I3LOCK_VERSION | 2 +- README.md | 4 ++-- configure.ac | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 21c9c4b..85615ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,3 @@ -2020-03-19 i3lock-extended 1.2.12.1 +2020-03-19 i3lock-extended 1.2.12 • 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 diff --git a/README.md b/README.md index 7529f4c..47f225d 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ extended revision if used]. ### From source ```bash - wget https://simeon.simeonov.no/programs/i3lock_extended/downloads/i3lock-extended-\.tar.xz - tar Jxvf i3lock-extended-\.tar.xz && cd i3lock-extended-\ + wget https://simeon.simeonov.no/programs/i3lock_extended/downloads/i3lock-extended-.tar.xz + tar Jxvf i3lock-extended-.tar.xz && cd i3lock-extended- ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers make # make install diff --git a/configure.ac b/configure.ac index 2646504..5fe3e33 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Run autoreconf -fi to generate a configure script from this file. AC_PREREQ([2.69]) -AC_INIT([i3lock-extended], [1.2.12.1], [https://simeon.simeonov.no]) +AC_INIT([i3lock-extended], [1.2.12], [https://simeon.simeonov.no]) # For AX_EXTEND_SRCDIR AX_ENABLE_BUILDDIR AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) -- cgit v1.3