about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-22 05:14:22 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-22 05:14:22 -0500
commit551e86f9d938c7e11669d3468a68e8de3618249a (patch)
tree92514b8bee2effef0f5c9ed1546d20dc04cd7419 /config.mk
parent6a432662606ed66055aafc938d6d62241a1f4876 (diff)
downloadsuggpicker-0.0.1.tar.gz
release: basic working prototype v0.0.1
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
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