port_cutleaves: bump version to 0.1.4 to have a release with MacPorts 2.3.0 compatibility

git-svn-id: https://svn.macports.org/repository/macports/contrib@120534 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2014-05-31 23:59:58 +00:00
parent 93c771ebb3
commit 003f6bfa24
+1 -1
View File
@@ -4,7 +4,7 @@
if test -x @prefix@/bin/port-tclsh; then exec @prefix@/bin/port-tclsh "$0" "$@"; else exec /usr/bin/tclsh "$0" "$@"; fi
# $Id$
set VERSION 0.1.3
set VERSION 0.1.4
set prefix "@prefix@"
# - Procedures ---------------------------------------------------------------