projects
/
p5sagit/Excel-Template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a8441e0
)
Increment version number (Doh!)
Rob Kinyon [Wed, 27 Oct 2004 17:37:09 +0000 (17:37 +0000)]
lib/Excel/Template.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Excel/Template.pm
b/lib/Excel/Template.pm
index
b5780af
..
b716b6e
100644
(file)
--- a/
lib/Excel/Template.pm
+++ b/
lib/Excel/Template.pm
@@
-6,7
+6,7
@@
BEGIN {
use Excel::Template::Base;
use vars qw ($VERSION @ISA);
- $VERSION = '0.12';
+ $VERSION = '0.13';
@ISA = qw( Excel::Template::Base );
}