diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-22 05:14:22 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-22 05:14:22 -0500 |
| commit | 551e86f9d938c7e11669d3468a68e8de3618249a (patch) | |
| tree | 92514b8bee2effef0f5c9ed1546d20dc04cd7419 /config.mk | |
| parent | 6a432662606ed66055aafc938d6d62241a1f4876 (diff) | |
| download | suggpicker-0.0.1.tar.gz | |
release: basic working prototype v0.0.1
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 82b0539..ab39d6d 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -VERSION = 0.0.0 +VERSION = 0.0.1 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 |
