Description: This patch fixes the version of the script 
and adds the shebang to specify the right interpreter

Forwarded: Yes
Author: Wences René Arana Fuentes <aranax@debian.org.gt>
Last-Update: 2010-09-01

--- a/visual_regexp.tcl
+++ b/visual_regexp.tcl
@@ -1,7 +1,9 @@
+#!/usr/bin/env wish
+#-*-tcl-*-
 package require starkit
 starkit::startup
 
-set version 3.0
+set version 3.1
 
 ###############################################################################################
 #
