diff options
author | taca <taca> | 2008-05-10 09:05:34 +0000 |
---|---|---|
committer | taca <taca> | 2008-05-10 09:05:34 +0000 |
commit | 060629870281b770950ca6135665c43d9703fe58 (patch) | |
tree | 1b17c96e55b1c3e5b2e48f404a36530eb44491b8 /www | |
parent | 0aa6d95bdd7b5f7f70a9a9d3fe3123c2363d7df2 (diff) | |
download | pkgsrc-060629870281b770950ca6135665c43d9703fe58.tar.gz |
Make PLONE3_VERSION to 3.1.1.
Diffstat (limited to 'www')
-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 538fc422c03..6aa2bf52b56 100644 --- a/www/plone/ploneversion.mk +++ b/www/plone/ploneversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: ploneversion.mk,v 1.3 2008/02/19 14:12:46 taca Exp $ +# $NetBSD: ploneversion.mk,v 1.4 2008/05/10 09:05:34 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.0.6 +PLONE3_VERSION= 3.1.1 BUILDLINK_API_DEPENDS.plone25?= plone25>=${PLONE25_VERSION} BUILDLINK_API_DEPENDS.plone3?= plone30>=${PLONE3_VERSION} |