$ git clone http://tcclient.ion.nu/tc_client.git
commit efec68d7f1ebac46f7bac1df7c8a9bfb130ccd13
Author: Alicia <...>
Date:   Fri Dec 11 20:02:07 2015 +0100

    Version 0.36

diff --git a/Makefile b/Makefile
index e946c34..606a2cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.36pre
+VERSION=0.36
 CFLAGS=-g3 -Wall $(shell curl-config --cflags)
 LIBS=-g3 $(shell curl-config --libs)
 PREFIX=/usr/local