From fe5b68eb25429633f1ee1beea51f41db5b543622 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Thu, 18 Dec 2008 13:17:27 +0100 Subject: [PATCH] New codename assigned to versions. --- Gruta.pm | 5 +++-- RELEASE_NOTES | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gruta.pm b/Gruta.pm index 7643b3f..cd95adb 100644 --- a/Gruta.pm +++ b/Gruta.pm @@ -7,13 +7,14 @@ use locale; use Gruta::Data; -$Gruta::VERSION = '2.1.0-dev'; +$Gruta::VERSION = '2.1.0-dev'; +$Gruta::VERSION_CODENAME = 'Calenzano'; sub sources { return @{$_[0]->{sources}}; } sub template { return $_[0]->{template}; } sub cgi { return $_[0]->{cgi}; } -sub version { return $Gruta::VERSION; } +sub version { return $Gruta::VERSION . ' "' . $Gruta::VERSION_CODENAME . '"'; } sub log { my $self = shift; diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9e665cb..98f44f0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,8 +1,8 @@ Gruta Release Notes =================== -2.1.0 ------ +2.1.0 "Calenzano" +----------------- * On-the-fly Gzip compression (if browser accepts it). * New special uris; `abstract', to paste a story's abstract, and `body', -- 2.11.4.GIT