summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-09-22 14:13:15 +0200
committerSven Eden <yamakuzure@gmx.net>2017-09-22 14:13:15 +0200
commit2d901ca890fd7f217628bb9168d7d7f6685678a2 (patch)
tree770c73a701a39c0b1b736a453755653970f003ea
parentcc7bfc96b41e74a829f2a6d6f6b20356f2dab069 (diff)
Version 231.7 Releaseelogind/v231.7
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a5e4cfc0b7..233524b508 100644
--- a/.gitignore
+++ b/.gitignore
@@ -293,6 +293,7 @@ stamp-*
# Local Helper Scripts and Tools - Not for distribution
patches/
+patches_port/
/check_*.*
/cleanup*.sh
/elogind.*
diff --git a/Makefile.am b/Makefile.am
index eab37747fa..1439876fa9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBELOGIND_CURRENT=16
-LIBELOGIND_REVISION=5
+LIBELOGIND_REVISION=7
LIBELOGIND_AGE=16
# Dirs of external packages
diff --git a/configure.ac b/configure.ac
index c6cb393b99..5a8d693f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([elogind],
- [231.6],
+ [231.7],
[https://github.com/elogind/elogind/issues],
[elogind],
[https://github.com/elogind/elogind])