aboutsummaryrefslogtreecommitdiffstats
path: root/community/elogind/fix-version.patch
blob: 4a070b35466bc65d7166f7f30dcc0a4f3439f78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index a795b99..212f70b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1+
 
 project('elogind', 'c',
-        version : '246.9.1',
+        version : '246',
         license : 'LGPLv2+',
         default_options: [
                 'c_std=gnu99',