From c9ca05422af257fe81640f050d164a456c731977 Mon Sep 17 00:00:00 2001 From: Michael Rodriguez Date: Mon, 31 May 2010 10:08:11 -0400 Subject: [PATCH] 1.02 release --- core/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/var.py b/core/var.py index 410ca7d..83ae2b4 100755 --- a/core/var.py +++ b/core/var.py @@ -17,4 +17,4 @@ conf, log = None, None servers, conns, modules_loaded, dead_conns, timers = [], [], [], [], [] # Our version. -version = '1.0' +version = '1.02' -- 2.11.4.GIT