From 763ef8abce0c9d5710d67314717d4725c758e478 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Sun, 13 Jun 2010 08:48:51 +0200 Subject: [PATCH] Version 5.0.0 RELEASED. --- Art5.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Art5.pm b/Art5.pm index 7c5d2a6..f22e1be 100644 --- a/Art5.pm +++ b/Art5.pm @@ -2,7 +2,7 @@ # # Artemus - Template Toolkit version 5 # -# Copyright (C) 2000/2009 Angel Ortega +# Copyright (C) 2000/2010 Angel Ortega # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -30,7 +30,7 @@ use strict; use warnings; use Carp; -$Art5::VERSION = '5.0.0-dev'; +$Art5::VERSION = '5.0.0'; sub parse { my $self = shift; -- 2.11.4.GIT