22 lines
521 B
Diff
22 lines
521 B
Diff
From be6210cf8216c08a91e085dac0ec11d0e34fb217 Mon Sep 17 00:00:00 2001
|
|
From: emersion <contact@emersion.fr>
|
|
Date: Sun, 21 Oct 2018 00:17:22 +0200
|
|
Subject: [PATCH] Update version to 0.1
|
|
|
|
---
|
|
meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 9d40dbfcf..9517168a1 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,7 +1,7 @@
|
|
project(
|
|
'wlroots',
|
|
'c',
|
|
- version: '0.0.1',
|
|
+ version: '0.1.0',
|
|
license: 'MIT',
|
|
meson_version: '>=0.48.0',
|
|
default_options: [
|