summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-06-25 16:41:00 +0200
committerSven Eden <yamakuzure@gmx.net>2018-06-25 16:41:00 +0200
commit8bb4695ef79404b6731b20dee58115c313444754 (patch)
tree57639e2e4df4d48f2e2cd3da6be6c2f5175a4be9
parent26b437050777be7c95bdd0bb0c0adc1f27924d9c (diff)
Version 238.1 Releaseelogind/v238.1
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 90b7dc1e30..7b0739f988 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@
# along with elogind; If not, see <http://www.gnu.org/licenses/>.
project('elogind', 'c',
- version : '238',
+ version : '238.1',
license : 'LGPLv2+',
default_options: [
'c_std=gnu99',
@@ -31,7 +31,7 @@ project('elogind', 'c',
# libsystemd_version = '0.22.0'
# libudev_version = '1.6.10'
#else
-libelogind_version = '0.20.0'
+libelogind_version = '0.22.0'
#endif // 0
# We need the same data in three different formats, ugh!