diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-26 10:41:17 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-26 10:41:17 -0400 |
commit | 77dcb4c42082e01da4c078f1e272c5134aa56044 (patch) | |
tree | c09ff2cbe9e6c3e55611665bb82a9e40c4282a0f /mkport.sh | |
parent | Tag Version 1.3.0 in source (diff) | |
download | lumina-77dcb4c42082e01da4c078f1e272c5134aa56044.tar.gz lumina-77dcb4c42082e01da4c078f1e272c5134aa56044.tar.bz2 lumina-77dcb4c42082e01da4c078f1e272c5134aa56044.zip |
Bump the version number in the FreeBSD port-generator script.
Diffstat (limited to 'mkport.sh')
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ # from a checked out git repo # Set the port -port="x11/lumina" +#port="x11/lumina" dfile="lumina" -VERSION="1.2.2" +VERSION="1.3.0" massage_subdir() { cd "$1" |