File 0001-Increment-version-number-to-1.0.2.patch of Package libnvidia-egl-x11
From 741bb123f2577efc8ca56f836c90a6b3b9fd074b Mon Sep 17 00:00:00 2001
From: Kyle Brenneman <kbrenneman@nvidia.com>
Date: Fri, 18 Apr 2025 09:34:14 -0600
Subject: [PATCH 1/3] Increment version number to 1.0.2.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index b8680c0..1109916 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,7 @@
# limitations under the License.
project('egl-x11', 'c',
- version : '1.0.1',
+ version : '1.0.2',
default_options : ['c_std=gnu99'],
)
--
2.43.0