diff --git a/meson.build b/meson.build index 1932d87..1a2730d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libx52', 'C', license: 'GPL-2.0-only WITH Classpath-exception-2.0', - version: files('Version')[0]) + version: '0.3.2') # Internationalization i18n = import('i18n')