projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba506e5
)
Changed version number to stay consistent with new scheme.
Ken Youens-Clark [Fri, 14 Aug 2009 16:25:33 +0000 (16:25 +0000)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
f45a0e2
..
86fccc0
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-24,7
+24,7
@@
use base 'Class::Base';
require 5.005;
-$VERSION = '0.10';
+$VERSION = '0.10000';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";