diff options
author | Ken Moore <ken@pcbsd.org> | 2014-10-29 16:21:34 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-10-29 16:21:34 -0400 |
commit | 152b3c2e3f0b554fc79561dfbad83adbba91065c (patch) | |
tree | 8f3b0dffdbe17492dde5cd69a03295cce0fca869 /port-files/Makefile | |
parent | Insert a sanity check into lumina-config: (diff) | |
download | lumina-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/Makefile | 2 |
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} |