summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--I3LOCK_VERSION2
-rw-r--r--README.md4
-rw-r--r--configure.ac2
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 @@
12020-03-19 i3lock-extended 1.2.12.1 12020-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
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].
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
4AC_PREREQ([2.69]) 4AC_PREREQ([2.69])
5AC_INIT([i3lock-extended], [1.2.12.1], [https://simeon.simeonov.no]) 5AC_INIT([i3lock-extended], [1.2.12], [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])