mirror of https://github.com/nirenjan/libx52.git
fix: Save version in meson.build to allow for older meson versions
parent
88256480af
commit
9f3d697e87
|
@ -1,6 +1,6 @@
|
||||||
project('libx52', 'C',
|
project('libx52', 'C',
|
||||||
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
||||||
version: files('Version')[0])
|
version: '0.3.2')
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
|
Loading…
Reference in New Issue