diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0edb1d88e7..ce2e19b3f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=9 +LIBSYSTEMD_CURRENT=10 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=9 +LIBSYSTEMD_AGE=10 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore diff --git a/configure.ac b/configure.ac index 7b92eb25d4..a16ca6396b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [222], + [223], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) |