$ git clone https://tcclient.ion.nu/tc_client.git
commit 07cc0a0bb98efda6dfc715cb6d4a912162dea359
Author: Alicia <...>
Date:   Fri Jun 12 15:13:13 2015 +0200

    Version 0.33

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