mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 03:11:18 +02:00
24 lines
653 B
Diff
24 lines
653 B
Diff
From 25f391a789dddc2bfb8dd7a6e028cb5bb0d57f4d Mon Sep 17 00:00:00 2001
|
|
From: Adam Plumb <adamplumb@gmail.com>
|
|
Date: Thu, 30 Sep 2021 19:19:49 -0400
|
|
Subject: [PATCH] Fix version string
|
|
|
|
---
|
|
meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 30171e68..f1034a9d 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,5 +1,5 @@
|
|
project('libadwaita', 'c',
|
|
- version: '1.0.0.alpha.3',
|
|
+ version: '1.0.0-alpha3',
|
|
license: 'LGPL-2.1-or-later',
|
|
meson_version: '>= 0.53.0',
|
|
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
|
|
--
|
|
2.33.0
|
|
|