commit 2e99d2c6bcd4821007fca245ba20f058a56797ac
Author: Alicia <...>
Date: Thu Jul 2 21:47:05 2015 +0200
Version 0.34
diff --git a/Makefile b/Makefile
index f145209..5929d67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.34pre
+VERSION=0.34
CFLAGS=-g3 -Wall $(shell curl-config --cflags)
LIBS=-g3 $(shell curl-config --libs)
PREFIX=/usr/local