diff options
author | taca <taca@pkgsrc.org> | 2012-05-06 01:39:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-05-06 01:39:40 +0000 |
commit | 5280dfcbdde8a27235b8f211d6cb035779a109ec (patch) | |
tree | 99657db36c1b37992a5bea4a266962d6052720be /www/contao | |
parent | 7cc74597bc378d1328dd1faca9bb5e97206e7f34 (diff) | |
download | pkgsrc-5280dfcbdde8a27235b8f211d6cb035779a109ec.tar.gz |
Make sure to contao211's version to 2.11.3.
Noted by David Holland, thanks much.
Diffstat (limited to 'www/contao')
-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 7dee80950f3..a2c39a2a349 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2012/03/22 14:59:38 taca Exp $ +# $NetBSD: Makefile.common,v 1.15 2012/05/06 01:39:40 taca Exp $ # # used by www/contao210/Makefile # used by www/contao210-example/Makefile @@ -10,7 +10,7 @@ # current release CT210_VERSION= 2.10.4 -CT211_VERSION= 2.11.2 +CT211_VERSION= 2.11.3 CT_VERS?= 210 |