$ git clone http://tcclient.ion.nu/tc_client.git
commit def0462443027b8800a5b39d6e20c8f8d3d226be
Author: Alicia <...>
Date:   Thu May 28 20:52:06 2015 +0200

    Version 0.32

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