Pull in driver with non-root systemd setup
Bump to v0.11.0
This commit is contained in:
parent
65e1a688fe
commit
9c7490a247
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e07ebe241afc9582065f974e19f3d0d6dec5c0c
|
||||
Subproject commit 22cc32e41f440653eb718a3cf579d609918527b3
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
project('breezydesktop',
|
||||
version: '0.1.1',
|
||||
version: '0.11.0',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ class BreezydesktopApplication(Adw.Application):
|
|||
modal=True,
|
||||
program_name='Breezy Desktop',
|
||||
logo_icon_name='com.xronlinux.BreezyDesktop',
|
||||
version='0.1.1',
|
||||
version='0.11.0',
|
||||
authors=['Wayne Heaney'],
|
||||
copyright='© 2024 Wayne Heaney')
|
||||
about.present()
|
||||
|
|
|
|||
Loading…
Reference in New Issue