summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirger Schacht <birger@rantanplan.org>2019-05-03 22:07:41 +0200
committerBirger Schacht <birger@rantanplan.org>2019-05-18 10:00:50 -0700
commit000b5fd5b0ee523887acd109e66a8af5960799cb (patch)
tree7eb8409d79970975dd86145ba541c84b8fbc343f
parent2fea9c8925d3c7605f597fb0a0621af3a1151bed (diff)
[PATCH] Fix the version in the buildfile
Gbp-Pq: Name 0003-Fix-the-version-in-the-buildfile.patch
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 53d3c0a..af1ca5b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'swaylock',
'c',
- version: '1.3',
+ version: '1.4',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: [