summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimeon Simeonov2024-11-25 14:54:03 +0100
committerSimeon Simeonov2024-11-25 14:54:03 +0100
commit6e25d1b7a86d6744be480523454d512b9f8af160 (patch)
tree05dcaa0eb5952d9571b4837f1be8e732acd8d183 /meson.build
parent96c4dd93ddc01df0e2c26193af6f425ae594748c (diff)
Add support for UNIX time and release 3.2.15HEAD3.2.15nextmaster
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6960930..a69decc 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
6project( 6project(
7 'i3lock-extended', 7 'i3lock-extended',
8 'c', 8 'c',
9 version: '2.2.15', 9 version: '3.2.15',
10 default_options: [ 10 default_options: [
11 'c_std=c11', 11 'c_std=c11',
12 'warning_level=1', # enable all warnings (-Wall) 12 'warning_level=1', # enable all warnings (-Wall)