aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-10-29 16:21:34 -0400
committerKen Moore <ken@pcbsd.org>2014-10-29 16:21:34 -0400
commit152b3c2e3f0b554fc79561dfbad83adbba91065c (patch)
tree8f3b0dffdbe17492dde5cd69a03295cce0fca869 /port-files/Makefile
parentInsert a sanity check into lumina-config: (diff)
downloadlumina-152b3c2e3f0b554fc79561dfbad83adbba91065c.tar.gz
lumina-152b3c2e3f0b554fc79561dfbad83adbba91065c.tar.bz2
lumina-152b3c2e3f0b554fc79561dfbad83adbba91065c.zip
Tag Lumina version 0.7.1:
This version mainly contains bugfixes and stability fixes from 0.7.0. The only new features are the "window list" menu plugin, and the option to have panels auto-hide.
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 0bd2d2bc..d448bd3e 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lumina
GITVERSION= CHGVERSION
-PORTVERSION= 0.7.0.${GITVERSION}
+PORTVERSION= 0.7.1.${GITVERSION}
PORTEPOCH= 1
CATEGORIES= x11
DISTNAME= ${PORTNAME}-${GITVERSION}
bgstack15