$ git clone http://tcclient.ion.nu/tc_client.git
commit 3a300f0e412e96bd95489c464e442add940ce35c
Author: Alicia <...>
Date:   Mon Aug 10 03:33:26 2015 +0200

    Version 0.35

diff --git a/Makefile b/Makefile
index 0549aef..323ea8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.35pre
+VERSION=0.35
 CFLAGS=-g3 -Wall $(shell curl-config --cflags)
 LIBS=-g3 $(shell curl-config --libs)
 PREFIX=/usr/local