chiark / gitweb /
Version 238.1 Release
authorSven Eden <yamakuzure@gmx.net>
Mon, 25 Jun 2018 14:41:00 +0000 (16:41 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 29 Jun 2018 05:12:51 +0000 (07:12 +0200)
meson.build

index 90b7dc1e30b9fc305b98552b5b9570e20ebf9ea3..7b0739f988ee10c369871959c7dc7423dbc46628 100644 (file)
@@ -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!