diff options
author | taca <taca@pkgsrc.org> | 2008-07-17 14:20:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-07-17 14:20:02 +0000 |
commit | edfba75ac0406c20d4ce1095ef3dc72f35539fdf (patch) | |
tree | 60e96a59b129b2661d1c55fb27a9301ef639ce4e /www/plone | |
parent | 72c9ef280133a26d911f53152b0a11ac00cb3883 (diff) | |
download | pkgsrc-edfba75ac0406c20d4ce1095ef3dc72f35539fdf.tar.gz |
Set PLONE3_VERSION to 3.1.3; start update to Plone 3.1.3.
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 98b181fd7b1..54c9f600f1c 100644 --- a/www/plone/ploneversion.mk +++ b/www/plone/ploneversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: ploneversion.mk,v 1.5 2008/06/06 16:07:14 taca Exp $ +# $NetBSD: ploneversion.mk,v 1.6 2008/07/17 14:20:02 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.2 +PLONE3_VERSION= 3.1.3 BUILDLINK_API_DEPENDS.plone25?= plone25>=${PLONE25_VERSION} BUILDLINK_API_DEPENDS.plone3?= plone30>=${PLONE3_VERSION} |