diff options
author | taca <taca> | 2008-11-15 17:24:19 +0000 |
---|---|---|
committer | taca <taca> | 2008-11-15 17:24:19 +0000 |
commit | 7c5d7c3b233848019bff08ed14d7b3523a387cad (patch) | |
tree | 10df97a4d81348e38bcc841550c68baafcd7aeeb /www/plone | |
parent | 9a9e1704caf646b9c058d80d0434667bbdaf17a4 (diff) | |
download | pkgsrc-7c5d7c3b233848019bff08ed14d7b3523a387cad.tar.gz |
Update PLONE3_VERSION to 3.1.7.
Diffstat (limited to 'www/plone')
-rw-r--r-- | www/plone/ploneversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plone/ploneversion.mk b/www/plone/ploneversion.mk index 8d1e2615f1d..4bae5c78283 100644 --- a/www/plone/ploneversion.mk +++ b/www/plone/ploneversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: ploneversion.mk,v 1.10 2008/10/12 07:07:40 taca Exp $ +# $NetBSD: ploneversion.mk,v 1.11 2008/11/15 17:24:19 taca Exp $ # .if !defined(_PLONEVERSION_MK) @@ -41,7 +41,7 @@ PLONE_VERSION_ACCEPTED?= ${PLONE_VERSION_SUPPORTED} # current Plone version PLONE25_VERSION= 2.5.5 -PLONE3_VERSION= 3.1.6 +PLONE3_VERSION= 3.1.7 BUILDLINK_API_DEPENDS.plone25?= plone25>=${PLONE25_VERSION} BUILDLINK_API_DEPENDS.plone3?= plone30>=${PLONE3_VERSION} |