From 9f3d697e877acd915129a1e7e642672bf360e940 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 13 Jun 2024 18:04:23 -0700 Subject: [PATCH] fix: Save version in meson.build to allow for older meson versions --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')