diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-01-29 20:59:54 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-01-29 20:59:54 -0500 |
| commit | 5dde096498a6c078901a6ea8ad922932e7693f09 (patch) | |
| tree | c93a42c80f2d15bf9da3207eec2a9ec4dc74d742 /config.mk | |
| parent | 72b46219c2adc1908df98203ebc0d4f48351d3ee (diff) | |
| download | suggpicker-0.1.4.tar.gz | |
event loop: exit if the wayland socket disappears v0.1.4
(prevents infinite loop when your compositor crashes)
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 4ccabcf..fd9f467 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -VERSION = 0.1.3 +VERSION = 0.1.4 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 |
