Revision
120534
Author
cal@macports.org
Date
2014-05-31 16:59:58 -0700 (Sat, 31 May 2014)

Log Message

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

Modified Paths

Diff

Modified: contrib/port_cutleaves/port_cutleaves.in (120533 => 120534)


--- contrib/port_cutleaves/port_cutleaves.in	2014-05-31 23:58:42 UTC (rev 120533)
+++ contrib/port_cutleaves/port_cutleaves.in	2014-05-31 23:59:58 UTC (rev 120534)
@@ -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 ---------------------------------------------------------------