1
Fork 0

Release a2jmidid-12

This commit is contained in:
Nedko Arnaudov 2024-01-08 00:20:36 +02:00
parent 102ea6b694
commit dc78d62b80
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Changelog
=========
LADI Version 12 on 20YY-MM-DD
LADI Version 12 on 2024-01-08
-----------------------
* Fix meson build with when dbus support is disabled

View File

@ -8,7 +8,7 @@ project(
],
meson_version: '>=0.50.0',
license: 'GPL2+',
version: '9')
version: '12')
cc = meson.get_compiler('c')

View File

@ -26,7 +26,7 @@
-->
<h2>Get it</h2>
<ul>
<li>Latest version is <a href="http://dl.ladish.org/a2jmidid/">11</a> (signed tarball).</li>
<li>Latest version is <a href="http://dl.ladish.org/a2jmidid/">12</a> (signed tarball).</li>
<li>Clone from <a href="https://gitea.ladish.org/LADI/a2jmidid">Gitea</a>.</li>
<hr>
<!--

View File

@ -13,7 +13,7 @@ from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
from waftoolchainflags import WafToolchainFlags
APPNAME='a2jmidid'
VERSION='11'
VERSION='12'
# these variables are mandatory ('/' are converted automatically)
srcdir = '.'