summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f599988eb..1e1870c81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBELOGIND_CURRENT=16
-LIBELOGIND_REVISION=2
+LIBELOGIND_REVISION=3
LIBELOGIND_AGE=16
# Dirs of external packages
diff --git a/configure.ac b/configure.ac
index 2848827d0..f1efe2164 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([elogind],
- [231.2],
+ [231.3],
[https://github.com/elogind/elogind/issues],
[elogind],
[https://github.com/elogind/elogind])