diff options
author | taca <taca@pkgsrc.org> | 2012-03-10 03:41:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-10 03:41:42 +0000 |
commit | 388f4b6d05dd0b7ccf1165ceb0e81f48de5bc94a (patch) | |
tree | 4811c5822d75225c59637674eabac88d0fcd4e5e | |
parent | d10b702ca4f97b6f25b5b3462c207c6b679f3983 (diff) | |
download | pkgsrc-388f4b6d05dd0b7ccf1165ceb0e81f48de5bc94a.tar.gz |
Oops, I forgot commit this; really update contao211 to 2.11.1.
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index ef763bdc6b0..8ead8d1e168 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2012/02/19 11:03:08 taca Exp $ +# $NetBSD: Makefile.common,v 1.11 2012/03/10 03:41:42 taca Exp $ # # used by www/contao29/Makefile # used by www/contao29-example/Makefile @@ -14,7 +14,7 @@ # current release CT29_VERSION= 2.9.5 CT210_VERSION= 2.10.4 -CT211_VERSION= 2.11.0 +CT211_VERSION= 2.11.1 CT_VERS?= 210 |