aboutsummaryrefslogtreecommitdiff
path: root/mkport.sh
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 16:15:31 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 16:15:31 -0500
commitdd7d701b2b457a11d22162d503a4c144b08b9a38 (patch)
treeb08b0eab0010e9ac410219166f969fa3d4279d9f /mkport.sh
parentFix up the pkg-plist for all the Lumina ports: (diff)
downloadlumina-dd7d701b2b457a11d22162d503a4c144b08b9a38.tar.gz
lumina-dd7d701b2b457a11d22162d503a4c144b08b9a38.tar.bz2
lumina-dd7d701b2b457a11d22162d503a4c144b08b9a38.zip
Bump the version of Lumina to 1.4.0
Also ensure the lumina-theme-engine uses the same versioning system.
Diffstat (limited to 'mkport.sh')
-rwxr-xr-xmkport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkport.sh b/mkport.sh
index f1fd9011..3c6ed8bd 100755
--- a/mkport.sh
+++ b/mkport.sh
@@ -4,7 +4,7 @@
# Set the port
dfile="lumina"
-VERSION="1.3.3"
+VERSION="1.4.0"
massage_subdir() {
cd "$1"
bgstack15